aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/freenet/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/freenet/files')
-rw-r--r--net-p2p/freenet/files/wrapper.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/freenet/files/wrapper.sh b/net-p2p/freenet/files/wrapper.sh
index 7b1a3b3b5659..8d57ff0b023a 100644
--- a/net-p2p/freenet/files/wrapper.sh
+++ b/net-p2p/freenet/files/wrapper.sh
@@ -3,8 +3,11 @@
# Under a BSDL license. Copyright by Mario S F Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
+export JAVA_VERSION
+
PREFIX="%%PREFIX%%"
# java
+JAVA_VERSION="%%JAVA_VERSION%%"
JAVAVM_CALL="%%JAVAVM%%"
JAR_DIR="%%JAR_DIR%%"
JAR_FILES="%%JAR_FILES%%"