forked from Lainports/freebsd-ports
- Add CUSE option and enable on FreeBSD 11.0-CURRENT - Convert to vendor install - Convert to option target helpers - Convert to service(8) that runs rc.d in sanitized environment - Convert DEVD substitution to SUB_LIST (without SUB_FILES) - Reformat patches with makepatch - Fix PREFIX != LOCALBASE for libcuse4bsd.so - Remove no longer required byacc(1) workaround - Take maintainership
11 lines
244 B
Text
11 lines
244 B
Text
--- uhidd/Makefile.orig 2012-10-14 00:38:33 UTC
|
|
+++ uhidd/Makefile
|
|
@@ -8,7 +8,7 @@ GENSRCS= usage_in_page.c usage_page.c
|
|
CLEANFILES= ${GENSRCS}
|
|
MAN= uhidd.conf.5 uhidd.8
|
|
|
|
-WARNS?= 6
|
|
+WARNS?= 5
|
|
|
|
PREFIX?= /usr/local
|
|
LOCALBASE?= /usr/local
|