forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
577 B
Text
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.
|