mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
e88f3d28e7
change" after I tested it. Sigh. While here, make a tweakable hook to change the name from rdist6 to rdist.
41 lines
994 B
Plaintext
41 lines
994 B
Plaintext
*** Makefile.local.dist Tue Feb 6 02:50:27 1996
|
|
--- Makefile.local Fri May 17 16:45:19 1996
|
|
***************
|
|
*** 8,14 ****
|
|
# BIN_DIR variable, you would uncomment the following line
|
|
# or add your own line.
|
|
#
|
|
! #BIN_DIR = /usr/bin
|
|
|
|
#
|
|
# Add any local definitions you want pass to the compiler to DEFS_LOCAL
|
|
--- 8,16 ----
|
|
# BIN_DIR variable, you would uncomment the following line
|
|
# or add your own line.
|
|
#
|
|
! BIN_DIR = $(PREFIX)/bin
|
|
! OPT = $(BUILD_OPT)
|
|
! CLIENT = $(BUILD_CLIENT)
|
|
|
|
#
|
|
# Add any local definitions you want pass to the compiler to DEFS_LOCAL
|
|
***************
|
|
*** 45,52 ****
|
|
#
|
|
# Site specific Man Page configuration.
|
|
#
|
|
! #MAN_1_DIR = /usr/local/man/man1
|
|
! #MAN_8_DIR = /usr/local/man/man8
|
|
! #MAN_OWNER = bin
|
|
! #MAN_GROUP = bin
|
|
#MAN_MODE = 644
|
|
--- 47,54 ----
|
|
#
|
|
# Site specific Man Page configuration.
|
|
#
|
|
! MAN_1_DIR = $(PREFIX)/man/man1
|
|
! MAN_8_DIR = $(PREFIX)/man/man8
|
|
! MAN_OWNER = bin
|
|
! MAN_GROUP = bin
|
|
#MAN_MODE = 644
|