summaryrefslogtreecommitdiff
path: root/x11/tkman/patches/patch-aa
blob: 2b83542a57a81fddd4e1f217ff09fdd84c0bcc13 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
--- Makefile.orig	Wed Aug 14 21:51:18 1996
+++ Makefile	Sat Oct 19 17:02:21 1996
@@ -47,22 +47,22 @@
 
 ### you need to localize the paths on these lines
 
-WISH = /usr/sww/tcl-7.5/bin/wish
-#WISH = /home/orodruin/h/bair/phelps/bin/sun4/wish4.2
-#WISH = /usr/local/bin/wish
+#WISH = /usr/sww/tcl-7.5/bin/wish
+#WISH = /home/orodruin/h/bair/phelps/bin/sun4/wish4.2
+WISH = ${PREFIX}/bin/wish4.1
 
 
 # the executable `tkman' is placed in BINDIR
 # this should be a directory that's in your bin PATH
-BINDIR = /home/orodruin/h/bair/phelps/bin
-#BINDIR = /usr/local/bin
+#BINDIR = /home/orodruin/h/bair/phelps/bin
+BINDIR = ${PREFIX}/bin
 
 # directory in which to place the manual page.  The help information
 # is maintained in HTML, from which the [tn]roff version is 
 # automatically generated.
-MANDIR = /home/orodruin/h/bair/phelps/man/man1
+#MANDIR = /home/orodruin/h/bair/phelps/man/man1
 #MANDIR = /usr/sww/X11/man/man1
-#MANDIR = /usr/local/man/man1
+MANDIR = ${PREFIX}/man/man1
 
 
 # list of common printers, in addition to default printer (PRINTER or LPDEST)
@@ -74,12 +74,12 @@
 
 # # # MACHINE DEPENDENCIES # # #
 
-manformat = {tbl | neqn | nroff -man }
+#manformat = {tbl | neqn | nroff -man }
 # col performs the line overlays implied by reverse line-feeds,
 # but seems to kill international characters, such as u-with-umlaut
 #manformat = {tbl | neqn | nroff -man | col }
 # alternatives
-#manformat = {groff -Tascii -te -mandoc}
+manformat = {groff -Tascii -te -mandoc}
 # Ultrix users should uncomment the following line
 #manformat = {tbl | nroff -man }
 # for BSDI
@@ -159,12 +159,12 @@
 # (Even if your pages aren't compressed, this speeds up searching dramatically,
 # which is why it's the default.)
 # If you choose this option, also set glimpseindex to use -o or -b.
-glimpse = "glimpse -N"
+#glimpse = "glimpse -N"
 # IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it here
 # ALSO DISABLE GLIMPSEINDEX BELOW
 #glimpse = ""
 # if you have any compressed pages (and aren't using -N), use the -z option
-#glimpse = "glimpse -z"
+glimpse = "glimpse -z"
 # give the full path, if you'd like
 #glimpse = /usr/sww/bin/glimpse
 # variations (refer to the Glimpse manual page)
@@ -209,7 +209,7 @@
 # default MANPATH to use if user doesn't have a MANPATH environment variable set.
 # Leave this empty to have TkMan calculate a MANPATH based on a users PATH
 # (like Perl man does).
-manpathdef = ""
+manpathdef = /usr/share/man:${PREFIX}/man:/usr/X11R6/man
 #manpathdef = /usr/man:/usr/local/man
 #manpathdef = /usr/man:/usr/local/man:/usr/sww/man:/usr/sww/X11/man
 # for SGI
@@ -373,7 +373,7 @@
 	$(CP) tkman $(BINDIR)
 	chmod +rx $(BINDIR)/tkman
 	$(CP) tkman.1 $(MANDIR)
-	@echo 'You also need RosettaMan to run TkMan.'
+#	@echo 'You also need RosettaMan to run TkMan.'
 
 test: dox tkman
 	cp tkman $(BINDIR)