aboutsummaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-20 00:15:33 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-20 00:15:33 +0000
commitef53662c4c1efcf55470235f181ffc05e1a34414 (patch)
treedae69ad737442e95baa083b2980aae8323714cb8 /devel/gmake
parent1176dfd04cefd56029b967cb04f754474c42d7e5 (diff)
downloadports-ef53662c4c1efcf55470235f181ffc05e1a34414.tar.gz
ports-ef53662c4c1efcf55470235f181ffc05e1a34414.zip
Notes
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/gmake/files/patch-aa b/devel/gmake/files/patch-aa
new file mode 100644
index 000000000000..bbbfaf90f347
--- /dev/null
+++ b/devel/gmake/files/patch-aa
@@ -0,0 +1,19 @@
+*** Makefile.in.orig Sat May 21 22:48:31 1994
+--- Makefile.in Sun Nov 20 01:03:03 1994
+***************
+*** 94,100 ****
+ # Number to put on the man page filename.
+ manext = 1
+ # Prefix to put on installed `make' binary file name.
+! binprefix =
+ # Prefix to put on installed `make' man page file name.
+ manprefix = $(binprefix)
+
+--- 94,100 ----
+ # Number to put on the man page filename.
+ manext = 1
+ # Prefix to put on installed `make' binary file name.
+! binprefix = g
+ # Prefix to put on installed `make' man page file name.
+ manprefix = $(binprefix)
+