forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
341 B
Text
11 lines
341 B
Text
--- ./lib/Makefile.in.orig 2012-10-05 10:51:11.000000000 -0400
|
|
+++ ./lib/Makefile.in 2012-10-05 10:51:34.000000000 -0400
|
|
@@ -1372,7 +1372,7 @@
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
+ @$(MAKE) $(AM_MAKEFLAGS) install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|