blob: d4fd3077379e65cd1ede9f435576559d07ec47a3 (
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 Sun Jun 20 16:21:31 1999
+++ Makefile Sun Jun 20 16:22:52 1999
@@ -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 Sun Jun 20 16:21:47 1999
+++ tkgnats.config Sun Jun 20 16:23:06 1999
@@ -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.
|