Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 489
Collapse All | Expand All

(-)tkman-2.1/Makefile (-9 / +11 lines)
Lines 26-39 Link Here
26
### you need to localize the paths on these lines
26
### you need to localize the paths on these lines
27
27
28
#WISH = /usr/sww/tcl-8.3/bin/wish
28
#WISH = /usr/sww/tcl-8.3/bin/wish
29
WISH = /private/share/bin/wish
29
#WISH = /private/share/bin/wish
30
#WISH = /private/share/bin/wish8.3
30
#WISH = /private/share/bin/wish8.3
31
#WISH = /usr/local/bin/wish8.3
31
#WISH = /usr/local/bin/wish8.3
32
WISH = /usr/bin/wish8.3
32
33
33
# the executable `tkman' is placed in BINDIR
34
# the executable `tkman' is placed in BINDIR
34
# this should be a directory that's in your bin PATH
35
# this should be a directory that's in your bin PATH
35
BINDIR = /private/share/bin
36
#BINDIR = /private/share/bin
36
#BINDIR = /usr/local/bin
37
#BINDIR = /usr/local/bin
38
BINDIR = ${DESTDIR}/usr/bin
37
39
38
40
39
# OPTIONAL
41
# OPTIONAL
Lines 81-87 Link Here
81
# will examine for matches if a search in the usual locations fails while searching
83
# will examine for matches if a search in the usual locations fails while searching
82
# for a man pages and displaying its associated binaries (if any).
84
# for a man pages and displaying its associated binaries (if any).
83
# Use this feature carefully as a large number of directories can slow down startup.
85
# Use this feature carefully as a large number of directories can slow down startup.
84
mastermen = "/usr/man /usr/local/man"
86
mastermen = "/usr/share/man /usr/local/man"
85
#mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
87
#mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
86
masterbin = "/usr/bin /usr/local/bin"
88
masterbin = "/usr/bin /usr/local/bin"
87
#masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
89
#masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
Lines 202-210 Link Here
202
# the right-topmost menu's Rebuild Database/Glimpse Index menu choice.
204
# the right-topmost menu's Rebuild Database/Glimpse Index menu choice.
203
205
204
# BY DEFAULT ON (Boolean scope set to entire file)
206
# BY DEFAULT ON (Boolean scope set to entire file)
205
glimpse = "glimpse -W"
207
#glimpse = "glimpse -W"
206
# IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it here
208
# IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it here
207
#glimpse = ""
209
glimpse = ""
208
# give the full path, if you'd like
210
# give the full path, if you'd like
209
#glimpse = /usr/sww/bin/glimpse
211
#glimpse = /usr/sww/bin/glimpse
210
# variations (refer to the Glimpse manual page)
212
# variations (refer to the Glimpse manual page)
Lines 229-239 Link Here
229
#glimpseindex = "glimpseindex -o -B"
231
#glimpseindex = "glimpseindex -o -B"
230
# To shorten most index build times by incrementally building index when possible.
232
# To shorten most index build times by incrementally building index when possible.
231
# For me, this drops indexing time from ~25 minutes to ~3 minutes, depending
233
# For me, this drops indexing time from ~25 minutes to ~3 minutes, depending
232
glimpseindex = "glimpseindex -o -B -f"
234
#glimpseindex = "glimpseindex -o -B -f"
233
# -M 8 gives 8MB of main memory instead of default 2, which speeds up indexing, maybe
235
# -M 8 gives 8MB of main memory instead of default 2, which speeds up indexing, maybe
234
#glimpseindex = "glimpseindex -o -B -f -M 8"
236
#glimpseindex = "glimpseindex -o -B -f -M 8"
235
# if you don't want give the power to index, disable glimpseindex here
237
# if you don't want give the power to index, disable glimpseindex here
236
#glimpseindex = ""
238
glimpseindex = ""
237
#glimpseindex = "/usr/sww/bin/glimpseindex -o -B"
239
#glimpseindex = "/usr/sww/bin/glimpseindex -o -B"
238
# compressed manual pages are handled automatically; don't add -z to above
240
# compressed manual pages are handled automatically; don't add -z to above
239
241
Lines 290-298 Link Here
290
rman = rman
292
rman = rman
291
#rman = /private/phelps/bin/rman
293
#rman = /private/phelps/bin/rman
292
294
293
apropos = {man -k}
295
#apropos = {man -k}
294
# Linux uses a shell script instead:
296
# Linux uses a shell script instead:
295
#apropos = apropos
297
apropos = apropos
296
# if don't have apropos (maybe on Windoze)
298
# if don't have apropos (maybe on Windoze)
297
#apropos = ""
299
#apropos = ""
298
300

Return to bug 489