blob: 3835d4b2eabae89a36cbe1eb2f675726b4a0d897 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- Makefile.local.orig 1998-11-09 19:36:31.000000000 -0800
+++ Makefile.local 2024-03-01 11:42:32.490584000 -0800
@@ -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 @@
#
# 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)/share/man/man1
+MAN_8_DIR = ${STAGEDIR}$(PREFIX)/share/man/man8
+MAN_OWNER = bin
+MAN_GROUP = bin
#MAN_MODE = 644
|