freebsd-ports/net/rdist6/files/patch-Makefile.local
2020-09-01 19:24:29 +00:00

26 lines
698 B
Text

--- Makefile.local.orig 1998-11-10 03:36:31 UTC
+++ Makefile.local
@@ -14,7 +14,9 @@
# BIN_DIR variable, you would uncomment the following line
# or add your own line.
#
-#BIN_DIR = /usr/bin
+BIN_DIR = ${STAGEDIR}$(PREFIX)/bin
+OPT = $(BUILD_OPT)
+CLIENT = $(BUILD_CLIENT)
#
# Add any local definitions you want pass to the compiler to DEFS_LOCAL
@@ -51,8 +53,8 @@ LIBS_LOCAL =
#
# 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_1_DIR = ${STAGEDIR}$(PREFIX)/man/man1
+MAN_8_DIR = ${STAGEDIR}$(PREFIX)/man/man8
+MAN_OWNER = bin
+MAN_GROUP = bin
#MAN_MODE = 644