1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/swish++/files/patch-man__GNUmakefile
2014-07-29 17:12:47 +00:00

8 lines
214 B
Plaintext

--- man/GNUmakefile.orig 2004-04-30 00:03:24.000000000 -0500
+++ man/GNUmakefile 2011-03-26 13:59:57.000000000 -0500
@@ -32,3 +32,3 @@
-all %:
+all install:
@for dir in $(SUBDIRS); do $(MAKE) -C $$dir $@; done