opnsense-ports/sysutils/bsdmoted/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
379 B
Text

--- ./Makefile.orig 2007-05-04 18:09:26.000000000 -0400
+++ ./Makefile 2014-08-27 22:23:17.680151986 -0400
@@ -9,12 +9,13 @@
session.c
CFLAGS+= -I${.CURDIR}
-WARNS?= 6
+WARNS?= 3
DEBUG_FLAGS= -g
DPADD= ${LIBBLUETOOTH} ${LIBSDP}
LDADD= -lbluetooth -lusbhid
-DESTDIR= /usr/local/sbin
+PREFIX?= /usr/local
+BINDIR= ${PREFIX}/sbin
.include <bsd.prog.mk>