summaryrefslogtreecommitdiff
path: root/devel/gmake381
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/gmake381
parentDelete the strip flag from the install. Otherwise the install falls (diff)
Add a patch to set the bin-prefix for gmake to g. Some other ports
expect gmake installed as gmake instead of another make under /usr/local/bin.
Notes
Notes: svn path=/head/; revision=417
Diffstat (limited to 'devel/gmake381')
-rw-r--r--devel/gmake381/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/gmake381/files/patch-aa b/devel/gmake381/files/patch-aa
new file mode 100644
index 000000000000..bbbfaf90f347
--- /dev/null
+++ b/devel/gmake381/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)
+