diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-14 10:30:24 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-14 10:30:24 +0000 |
commit | bfb33da14ed00530d3bed620bce72b94cc468644 (patch) | |
tree | ee1936a0d8fb2941174d596b24407231fba51940 /science/jstrack/files/patch-paths.tcl | |
parent | Upgrade from 2.8.3 to 2.8.4. (diff) |
- Convert to USES=tk
- Convert to new LIB_DEPENDS format
- STAGE-clean
Notes
Notes:
svn path=/head/; revision=339675
Diffstat (limited to 'science/jstrack/files/patch-paths.tcl')
-rw-r--r-- | science/jstrack/files/patch-paths.tcl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/jstrack/files/patch-paths.tcl b/science/jstrack/files/patch-paths.tcl new file mode 100644 index 000000000000..c73b0727fe69 --- /dev/null +++ b/science/jstrack/files/patch-paths.tcl @@ -0,0 +1,11 @@ +--- paths.tcl.orig 2014-01-14 11:09:14.000000000 +0100 ++++ paths.tcl 2014-01-14 11:09:48.000000000 +0100 +@@ -41,7 +41,7 @@ + # Typical location (multi-user use) for WinXX systems + # set install_dir c:/jstrack + # install_dir value determined by autoconfig.tcl: +-set install_dir "/Users/jim/src/ht" ++set install_dir "%%PREFIX%%/lib/jstrack" + # Directory for storm data (must be an absolute path, e.g., + # /usr/local/lib/jstrack or $install_dir/tracker/storms). + # |