diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-07-15 13:19:08 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-07-15 13:19:08 +0000 |
commit | c81ffae271967b641c440f6737ccae441435b3ce (patch) | |
tree | ddd92990075a342d46bbe5eb0a80d2b934b3650d /science/jstrack/files | |
parent | 7e2584229d3badb9d67f7d2514c13d7425443b03 (diff) | |
download | ports-c81ffae271967b641c440f6737ccae441435b3ce.tar.gz ports-c81ffae271967b641c440f6737ccae441435b3ce.zip |
- Update to 3.0.3
PR: ports/148517
Submitted by: Chris Rees <utisoft gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=257816
Diffstat (limited to 'science/jstrack/files')
-rw-r--r-- | science/jstrack/files/jstrack.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/jstrack/files/jstrack.sh.in b/science/jstrack/files/jstrack.sh.in index 049f918ea2fc..6578cb62e01a 100644 --- a/science/jstrack/files/jstrack.sh.in +++ b/science/jstrack/files/jstrack.sh.in @@ -7,4 +7,5 @@ if {![catch { }]} { set myName $linkName } +cd %%PREFIX%%/lib/jstrack/tracker source [file join [file dirname $myName] %%PREFIX%%/lib/jstrack/tracker/jstrack.tcl] |