mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
08a006d08a
'__' instead.
8 lines
214 B
Plaintext
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
|