--- Makefile.orig	Wed Feb  4 18:16:52 2004
+++ Makefile	Wed Feb  4 18:18:52 2004
@@ -25,13 +25,13 @@
 
 ### you need to localize the paths on these lines
 
-WISH = /usr/local/bin/wish8.4
+WISH = __PREFIX/bin/wish8.4
 #WISH = /usr/sww/tcl-8.4/bin/wish
 #WISH = /private/share/bin/wish8.4
 
 # the executable `tkman' is placed in BINDIR
 # this should be a directory that's in your bin PATH
-BINDIR = /usr/local/bin
+BINDIR = __DSTROOT/bin
 #BINDIR = /private/share/bin
 
 
@@ -80,10 +80,10 @@
 # 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 /usr/sww/man /usr/share/man /usr/kerberos/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"
+#mastermen = "/usr/man /usr/local/man
+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"
+#masterbin = "/usr/bin /usr/local/bin"
+masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R6/bin /opt/local/bin __PREFIX/bin"
 
 
 # names of common printers, in addition to default printer (PRINTER or LPDEST)
@@ -121,7 +121,7 @@
 #  space between the .de and the macro name, and groff doesn't like this.)
 #manformat = {tbl | neqn | nroff -man }
 # BSD macros (.Sh, .Ss, .PP, ...) need -mandoc
-#manformat = {groff -Tascii -te -mandoc}
+manformat = {groff -Tascii -te -mandoc}
 # BSDI
 #manformat = {tbl | eqn -Tascii | nroff -man }
 # It's actually legal to leave this empty if all the pages you'll ever
@@ -205,7 +205,7 @@
 # Glimpse on, with Boolean scope set to entire file
 glimpse = "glimpse -W"
 # give the full path, if you'd like
-#glimpse = /usr/sww/bin/glimpse
+glimpse = __PREFIX/bin/glimpse
 # variations (refer to the Glimpse manual page)
 # no characters treated as meta characters:
 #glimpse = "glimpse -Wk"
