mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
32 lines
978 B
Plaintext
32 lines
978 B
Plaintext
--- Makefile.orig Sat Apr 18 10:34:36 1998
|
|
+++ Makefile Sat Apr 18 10:36:24 1998
|
|
@@ -5,7 +5,7 @@
|
|
#################################################
|
|
|
|
# WISHPROG can be a full path or just program name.
|
|
-WISHPROG = wish
|
|
+WISHPROG = wish8.1
|
|
|
|
# Set GNATS=network if you _are_ using the GNATS daemon "gnatsd".
|
|
# Set GNATS=local if you're going to access disk files directly.
|
|
@@ -16,7 +16,7 @@
|
|
|
|
########## TkGnats installation locations
|
|
|
|
-prefix = /usr/local
|
|
+prefix = $(PREFIX)
|
|
|
|
########## tkgnats executable location
|
|
BINDIR = $(prefix)/bin
|
|
--- tkgnats.config Mon Oct 26 08:57:03 1998
|
|
+++ tkgnats.config Wed Oct 28 13:51:39 1998
|
|
@@ -95,7 +95,7 @@
|
|
set TkGnats(psPreviewer) "ghostview %s"
|
|
# PostScript previewer for printed reports
|
|
|
|
-set TkGnats(Mailer) "/usr/lib/sendmail -em -oi -t"
|
|
+set TkGnats(Mailer) "/usr/sbin/sendmail -em -oi -t"
|
|
# Mailer to use for send prs, etc..
|
|
# Like GNATS, it must read headers from file.
|
|
|