1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/tkman/files/patch-aa
1996-10-21 06:46:57 +00:00

94 lines
3.2 KiB
Plaintext

--- 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.1
-#WISH = /usr/local/bin/wish
+#WISH = /usr/sww/tcl-7.5/bin/wish
+#WISH = /home/orodruin/h/bair/phelps/bin/sun4/wish4.1
+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
@@ -129,10 +129,10 @@
# pick a printing pipeline for which your platform has all the constituants
-manprint = {tbl | eqn | troff -man -t | lpr -t}
+#manprint = {tbl | eqn | troff -man -t | lpr -t}
# alternatives
#manprint = {tbl | eqn | psroff -man}
-#manprint = {groff -man -Tps -te -l}
+manprint = {groff -mandoc -Tps -te -l}
#manprint = {groff -man -Tascii -te -l}
# printing string for preformatted pages without [tn]roff source
catprint = lpr
@@ -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)