mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ef53662c4c
expect gmake installed as gmake instead of another make under /usr/local/bin.
20 lines
567 B
Plaintext
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)
|
|
|