diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-08-17 10:11:42 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-08-17 10:11:42 +0000 |
commit | 9cff3c1d21e831bafc34c2234f13ea9300cc9256 (patch) | |
tree | 80b1fe72f193349aa090ecbe9f185f852f89288e /misc/pipe/files | |
parent | - Update to 1.0.4 (diff) |
- Update to 2.4.5
- Change maintainer to submitter
PR: ports/115248
Submitted by: Stefan Pauly <stefan at fh-mainz.de>
Notes
Notes:
svn path=/head/; revision=197835
Diffstat (limited to 'misc/pipe/files')
-rw-r--r-- | misc/pipe/files/pipe.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/pipe/files/pipe.sh.in b/misc/pipe/files/pipe.sh.in index 48d6f3b13158..abd5404c0569 100644 --- a/misc/pipe/files/pipe.sh.in +++ b/misc/pipe/files/pipe.sh.in @@ -2,4 +2,5 @@ # # $FreeBSD$ +cd %%DATADIR%% JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%DATADIR%%" RunGui |