opnsense-ports/security/tripwire/files/patch-Makefile.in
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

19 lines
577 B
Text

--- Makefile.in.orig 2011-11-21 08:06:56.000000000 -0800
+++ Makefile.in 2014-05-30 22:28:35.966716249 -0700
@@ -540,7 +540,6 @@
install-data-am:
@$(NORMAL_INSTALL)
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
install-exec-am:
@@ -589,7 +588,7 @@
install-data-hook:
- prefix="$(prefix)" sysconfdir="$(sysconfdir)" \
+ STGDIR="$$STAGEDIR" prefix="$(prefix)" sysconfdir="$(sysconfdir)" \
path_to_vi="$(path_to_vi)" path_to_sendmail="$(path_to_sendmail)" \
./install/install.sh
# Tell versions [3.59,3.63) of GNU make to not export all variables.