1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/devel/gmake/files/patch-aa
Andreas Schulz ef53662c4c 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.
1994-11-20 00:15:33 +00:00

20 lines
567 B
Plaintext

*** 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)