aboutsummaryrefslogtreecommitdiff
path: root/astro/gpsman
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /astro/gpsman
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'astro/gpsman')
-rw-r--r--astro/gpsman/files/patch-gpsman.tcl11
1 files changed, 5 insertions, 6 deletions
diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl
index 260fa54fea1f..34ba22be299a 100644
--- a/astro/gpsman/files/patch-gpsman.tcl
+++ b/astro/gpsman/files/patch-gpsman.tcl
@@ -1,20 +1,19 @@
-diff -ruN gpsman.tcl gpsman.tcl
---- gpsman.tcl Tue May 9 02:37:24 2006
-+++ gpsman.tcl Wed May 10 17:56:02 2006
+--- gpsman.tcl.orig 2013-10-06 21:12:47 UTC
++++ gpsman.tcl
@@ -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 %%WISH%% "$0" -- "$@"
+ # This is the main file of:
#
- # gpsman --- GPS Manager: a manager for GPS receiver data
-@@ -247,7 +247,7 @@
+@@ -247,7 +247,7 @@ switch $tcl_platform(platform) {
}
# path to directory containing program files
-set SRCDIR gmsrc
+set SRCDIR %%GPSMANDIR%%/gmsrc
- # all other defaults configuration is now done in file $SRCDIR/config.tcl
+ # all other default configuration is now done in file $SRCDIR/config.tcl