2013-09-26 17:14:40 +02:00

23 lines
523 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2001/01/29 04:32:12 jtb Exp $
--- igmt.orig Sun Jan 28 19:54:27 2001
+++ igmt
@@ -36,7 +36,7 @@
# set an enrionment variable or change the setting here
#
if test "$igmt_root" = ""; then
- igmt_root=/home/becker/tcltk/igmt_1.2
+ igmt_root=@PREFIX@/share/igmt
export igmt_root
fi
if [ ! -r $igmt_root/igmt.tcl ]
@@ -72,7 +72,7 @@
# or change the path here
if test "$wish_cmd" = ""; then
- wish_cmd=/usr/local/bin/wish
+ wish_cmd=@TK_PREFIX@/bin/wish
fi
if [ ! -x $wish_cmd ]
then