opnsense-ports/security/vlock/files/patch-modules-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

20 lines
510 B
Text

--- modules/Makefile.orig 2011-09-18 15:22:35 UTC
+++ modules/Makefile
@@ -15,7 +15,7 @@
#special build rules
-caca.so : override LDLIBS += -lcaca -lncurses
+caca.so : override LDLIBS += -lcaca -lm
all.o: all.c ../src/console_switch.h
@@ -37,7 +37,7 @@
.PHONY: install-%.so
install-%.so: %.so
$(MKDIR_P) -m 755 $(DESTDIR)$(MODULEDIR)
- $(INSTALL) -m $(MODULE_MODE) -o root -g $(MODULE_GROUP) $< $(DESTDIR)$(MODULEDIR)/$<
+ $(BSD_INSTALL_LIB) $< $(DESTDIR)$(MODULEDIR)/$<
.PHONY: clean
clean: