summaryrefslogtreecommitdiff
path: root/net-p2p/phex/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-20 17:08:07 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-20 17:08:07 +0000
commit8cb80f164d599e2a0997c739c5ca71d49afa84e1 (patch)
tree5650778dd3dc1cfd870e4598866244508ac451b1 /net-p2p/phex/files
parentActually build instead of just using shipped bytecode (diff)
o Update to 0.6
o Let the java program receive parameters through the wrapper script
Notes
Notes: svn path=/head/; revision=50267
Diffstat (limited to 'net-p2p/phex/files')
-rw-r--r--net-p2p/phex/files/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/phex/files/wrapper.sh b/net-p2p/phex/files/wrapper.sh
index bc546605ffb1..aab757cc6841 100644
--- a/net-p2p/phex/files/wrapper.sh
+++ b/net-p2p/phex/files/wrapper.sh
@@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%"
JAR_DIR="%%JAR_DIR%%"
JAR_FILE="%%JAR_FILE%%"
-${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE}
+${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $*