blob: 1d03eafd3fe244b87e63df21e8334e7f39301327 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- 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.
|