Ticket #1456: patch-Makefile.3

File patch-Makefile.3, 2.2 KB (added by lomion@…, 20 years ago)

updated patchfile

Line 
1--- Makefile.orig       Wed Feb  4 18:16:52 2004
2+++ Makefile    Wed Feb  4 18:18:52 2004
3@@ -25,13 +25,13 @@
4 
5 ### you need to localize the paths on these lines
6 
7-WISH = /usr/local/bin/wish8.4
8+WISH = __PREFIX/bin/wish8.4
9 #WISH = /usr/sww/tcl-8.4/bin/wish
10 #WISH = /private/share/bin/wish8.4
11 
12 # the executable `tkman' is placed in BINDIR
13 # this should be a directory that's in your bin PATH
14-BINDIR = /usr/local/bin
15+BINDIR = __DSTROOT/bin
16 #BINDIR = /private/share/bin
17 
18 
19@@ -80,10 +80,10 @@
20 # will examine for matches if a search in the usual locations fails while searching
21 # for a man pages and displaying its associated binaries (if any).
22 # Use this feature carefully as a large number of directories can slow down startup.
23-mastermen = "/usr/man /usr/local/man"
24-#mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
25-masterbin = "/usr/bin /usr/local/bin"
26-#masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
27+#mastermen = "/usr/man /usr/local/man"
28+mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man /opt/local/man /opt/local/share/man /usr/X11R6/share/man /usr/X11R6/man __PREFIX/share/man""
29+#masterbin = "/usr/bin /usr/local/bin"
30+masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R6/bin /opt/local/bin __PREFIX/bin""
31 
32 
33 # names of common printers, in addition to default printer (PRINTER or LPDEST)
34@@ -121,7 +121,7 @@
35 #  space between the .de and the macro name, and groff doesn't like this.)
36 #manformat = {tbl | neqn | nroff -man }
37 # BSD macros (.Sh, .Ss, .PP, ...) need -mandoc
38-#manformat = {groff -Tascii -te -mandoc}
39+manformat = {groff -Tascii -te -mandoc}
40 # BSDI
41 #manformat = {tbl | eqn -Tascii | nroff -man }
42 # It's actually legal to leave this empty if all the pages you'll ever
43@@ -205,7 +205,7 @@
44 # Glimpse on, with Boolean scope set to entire file
45 glimpse = "glimpse -W"
46 # give the full path, if you'd like
47-#glimpse = /usr/sww/bin/glimpse
48+glimpse = __PREFIX/bin/glimpse
49 # variations (refer to the Glimpse manual page)
50 # no characters treated as meta characters:
51 #glimpse = "glimpse -Wk"