opnsense-ports/databases/gnats4/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

11 lines
343 B
Text

--- Makefile.in.orig Mon Aug 1 14:22:39 2005
+++ Makefile.in Mon Aug 1 14:22:58 2005
@@ -48,7 +48,7 @@
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' $@
install-tools:
- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' $@
+ for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
uninstall:
for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done