Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 247540 | Differences between
and this patch

Collapse All | Expand All

(-)tkman-2.2/Makefile.org (-8 / +8 lines)
Lines 25-37 Link Here
25
25
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/local/bin/wish8.4
28
WISH = /usr/bin/wish
29
#WISH = /usr/sww/tcl-8.4/bin/wish
29
#WISH = /usr/sww/tcl-8.4/bin/wish
30
#WISH = /private/share/bin/wish8.4
30
#WISH = /private/share/bin/wish8.4
31
31
32
# the executable `tkman' is placed in BINDIR
32
# the executable `tkman' is placed in BINDIR
33
# this should be a directory that's in your bin PATH
33
# this should be a directory that's in your bin PATH
34
BINDIR = /usr/local/bin
34
BINDIR = ${DESTDIR}/usr/bin
35
#BINDIR = /private/share/bin
35
#BINDIR = /private/share/bin
36
36
37
37
Lines 80-86 Link Here
80
# will examine for matches if a search in the usual locations fails while searching
80
# will examine for matches if a search in the usual locations fails while searching
81
# for a man pages and displaying its associated binaries (if any).
81
# for a man pages and displaying its associated binaries (if any).
82
# Use this feature carefully as a large number of directories can slow down startup.
82
# Use this feature carefully as a large number of directories can slow down startup.
83
mastermen = "/usr/man /usr/local/man"
83
mastermen = "/usr/share/man /usr/local/man"
84
#mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
84
#mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
85
masterbin = "/usr/bin /usr/local/bin"
85
masterbin = "/usr/bin /usr/local/bin"
86
#masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
86
#masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
Lines 203-209 Link Here
203
# BY DEFAULT OFF
203
# BY DEFAULT OFF
204
glimpse = ""
204
glimpse = ""
205
# Glimpse on, with Boolean scope set to entire file
205
# Glimpse on, with Boolean scope set to entire file
206
glimpse = "glimpse -W"
206
#glimpse = "glimpse -W"
207
# give the full path, if you'd like
207
# give the full path, if you'd like
208
#glimpse = /usr/sww/bin/glimpse
208
#glimpse = /usr/sww/bin/glimpse
209
# variations (refer to the Glimpse manual page)
209
# variations (refer to the Glimpse manual page)
Lines 228-238 Link Here
228
#glimpseindex = "glimpseindex -o -B"
228
#glimpseindex = "glimpseindex -o -B"
229
# To shorten most index build times by incrementally building index when possible.
229
# To shorten most index build times by incrementally building index when possible.
230
# For me, this drops indexing time from ~25 minutes to ~3 minutes, depending
230
# For me, this drops indexing time from ~25 minutes to ~3 minutes, depending
231
glimpseindex = "glimpseindex -o -B -f"
231
#glimpseindex = "glimpseindex -o -B -f"
232
# -M 8 gives 8MB of main memory instead of default 2, which speeds up indexing, maybe
232
# -M 8 gives 8MB of main memory instead of default 2, which speeds up indexing, maybe
233
#glimpseindex = "glimpseindex -o -B -f -M 8"
233
#glimpseindex = "glimpseindex -o -B -f -M 8"
234
# if you don't want give the power to index, disable glimpseindex here
234
# if you don't want give the power to index, disable glimpseindex here
235
#glimpseindex = ""
235
glimpseindex = ""
236
#glimpseindex = "/usr/sww/bin/glimpseindex -o -B"
236
#glimpseindex = "/usr/sww/bin/glimpseindex -o -B"
237
# compressed manual pages are handled automatically; don't add -z to above
237
# compressed manual pages are handled automatically; don't add -z to above
238
238
Lines 289-297 Link Here
289
rman = rman
289
rman = rman
290
#rman = /usr/local/bin/rman
290
#rman = /usr/local/bin/rman
291
291
292
apropos = {man -k}
292
#apropos = {man -k}
293
# Linux uses a shell script instead:
293
# Linux uses a shell script instead:
294
#apropos = apropos
294
apropos = apropos
295
# if don't have apropos (maybe on Windoze)
295
# if don't have apropos (maybe on Windoze)
296
#apropos = ""
296
#apropos = ""
297
297

Return to bug 247540