diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-07 07:31:55 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-07 07:31:55 +0000 |
commit | 2b78db854d1ab734d68c41d6aaa311c0e1bf6f7e (patch) | |
tree | 055f77072f59dd370ce63c319140e6bf36996f9b /astro/gpsman/files/patch-gpsman.tcl | |
parent | Fix typo (diff) |
- Update to 6.4.4.2 [1]
- While at it, make it STAGE-clean
PR: 182775
Submitted by: maintainer
Diffstat (limited to 'astro/gpsman/files/patch-gpsman.tcl')
-rw-r--r-- | astro/gpsman/files/patch-gpsman.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl index 0891af3a54bd..433fae392823 100644 --- a/astro/gpsman/files/patch-gpsman.tcl +++ b/astro/gpsman/files/patch-gpsman.tcl @@ -7,7 +7,7 @@ diff -ruN gpsman.tcl gpsman.tcl #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \ -exec wish "$0" -- "$@" -+exec wish8.4 "$0" -- "$@" ++exec %%WISH%% "$0" -- "$@" # # gpsman --- GPS Manager: a manager for GPS receiver data @@ -16,7 +16,7 @@ diff -ruN gpsman.tcl gpsman.tcl # path to directory containing program files -set SRCDIR gmsrc -+set SRCDIR %%PREFIX%%/share/gpsman/gmsrc ++set SRCDIR %%GPSMANDIR%%/gmsrc # all other defaults configuration is now done in file $SRCDIR/config.tcl |