8715466ba5
PR: ports/97120 Submitted by: maintainer
20 lines
540 B
Tcl
20 lines
540 B
Tcl
diff -ruN gpsman.tcl gpsman.tcl
|
|
--- gpsman.tcl Tue May 9 02:37:24 2006
|
|
+++ gpsman.tcl Wed May 10 17:56:02 2006
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \
|
|
-exec wish "$0" -- "$@"
|
|
+exec wish8.4 "$0" -- "$@"
|
|
|
|
#
|
|
# gpsman --- GPS Manager: a manager for GPS receiver data
|
|
@@ -216,7 +216,7 @@
|
|
}
|
|
|
|
# path to directory containing program files
|
|
-set SRCDIR gmsrc
|
|
+set SRCDIR %%PREFIX%%/share/gpsman/gmsrc
|
|
|
|
# all other defaults configuration is now done in file $SRCDIR/config.tcl
|
|
|