diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 00:15:33 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 00:15:33 +0000 |
commit | ef53662c4c1efcf55470235f181ffc05e1a34414 (patch) | |
tree | dae69ad737442e95baa083b2980aae8323714cb8 /devel/gmake381 | |
parent | 1176dfd04cefd56029b967cb04f754474c42d7e5 (diff) | |
download | ports-ef53662c4c1efcf55470235f181ffc05e1a34414.tar.gz ports-ef53662c4c1efcf55470235f181ffc05e1a34414.zip |
Notes
Diffstat (limited to 'devel/gmake381')
-rw-r--r-- | devel/gmake381/files/patch-aa | 19 |
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) + |