summaryrefslogtreecommitdiff
path: root/x11/tkman/patches/patch-aa
blob: f940e3bb08192c150ed5e7df6c7692a4c028961b (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
$NetBSD: patch-aa,v 1.4 1998/09/08 14:55:22 agc Exp $

--- Makefile.orig	Mon Jul 13 10:44:32 1998
+++ Makefile	Tue Sep  8 15:43:10 1998
@@ -44,14 +44,16 @@
 ### you need to localize the paths on these lines
 
 #WISH = /usr/sww/tcl-8.0/bin/wish
-WISH = /private/share/bin/wish
+#WISH = /private/share/bin/wish
 #WISH = /private/share/bin/wish8.1
 #WISH = /usr/local/bin/wish8.0
+WISH= ${PREFIX}/bin/wish8.0
 
 # the executable `tkman' is placed in BINDIR
 # this should be a directory that's in your bin PATH
-BINDIR = /private/share/bin
+#BINDIR = /private/share/bin
 #BINDIR = /usr/local/bin
+BINDIR= ${PREFIX}/bin
 
 
 # OPTIONAL
@@ -97,10 +99,12 @@
 # will examine for matches if a search in the usual locations fails while searching
 # for a man pages and displaying its associated binaries (if any).
 # Use this feature carefully as a large number of directories can slow down startup.
-mastermen = "/usr/man /usr/local/man"
+#mastermen = "/usr/man /usr/local/man"
 #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
-masterbin = "/usr/bin /usr/local/bin"
+mastermen = "/usr/share/man ${PREFIX}/man /usr/X11R6/man /usr/local/man"
+#masterbin = "/usr/bin /usr/local/bin"
 #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
+masterbin = "/bin /sbin /usr/bin /usr/sbin ${PREFIX}/bin ${PREFIX}/sbin /usr/local/bin"
 
 
 # names of common printers, in addition to default printer (PRINTER or LPDEST)
@@ -130,7 +134,7 @@
 # Lines are cached in .../man/cat<n>@<line-length>; 
 #   that is, the line length is appended to the usual cache directory names
 #manformat = {groff -te -Tascii -man /tmp/ll - 2>/dev/null}
-manformat = {groff -te -Tlatin1 -man /tmp/ll - 2>/dev/null}
+manformat = {groff -te -Tlatin1 -man /tmp/ll${PREFIX} - 2>/dev/null}
 # Ultrix users should uncomment the following line (you don't have eqn)
 #manformat = {tbl | nroff -man }
 # HP-UX uses a number of macros that groff doesn't define, so use the builtin nroff