ports/sysutils/bsdmoted/files/patch-Makefile
2014-08-28 02:24:26 +00: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>