aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/frost
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-11-26 21:46:12 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-11-26 21:46:12 +0000
commit5a52a082347653e46a7330eb60d51230c01183ef (patch)
tree175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /net-p2p/frost
parentbb21effd9b960e4613fbf599abcde1f3e655d817 (diff)
downloadports-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz
ports-5a52a082347653e46a7330eb60d51230c01183ef.zip
Notes
Diffstat (limited to 'net-p2p/frost')
-rw-r--r--net-p2p/frost/Makefile4
-rw-r--r--net-p2p/frost/files/wrapper.sh3
2 files changed, 1 insertions, 6 deletions
diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile
index 62b6920f1bfe..d7aa093623ac 100644
--- a/net-p2p/frost/Makefile
+++ b/net-p2p/frost/Makefile
@@ -3,7 +3,7 @@
PORTNAME= frost
PORTVERSION= 1.2.0.20090314
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= net-p2p java
MASTER_SITES= SF/jtc${PORTNAME}/${PORTNAME}/14-Mar-2009
@@ -14,7 +14,6 @@ COMMENT= Freenet client that provides messenger and file services
USES= zip
USE_JAVA= yes
-JAVA_VERSION= 1.6+
JAVA_RUN= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
@@ -60,7 +59,6 @@ DESKTOP_ENTRIES= "Frost" "Freenet Client" \
post-patch:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|; \
- s|%%JAVA_VERSION%%|${JAVA_VERSION}|; \
s|%%JAVAVM%%|${JAVAVM}|; \
s|%%JAR_DIR%%|${JAR_DIR}|; \
s|%%JAR_FILE%%|${JAR_FILE}|; \
diff --git a/net-p2p/frost/files/wrapper.sh b/net-p2p/frost/files/wrapper.sh
index 78dc182f71fa..52ca5f86fb71 100644
--- a/net-p2p/frost/files/wrapper.sh
+++ b/net-p2p/frost/files/wrapper.sh
@@ -1,9 +1,6 @@
#!/bin/sh
-export JAVA_VERSION
-
PREFIX="%%PREFIX%%"
-JAVA_VERSION="%%JAVA_VERSION%%"
JAVAVM="%%JAVAVM%%"
JAR_DIR="%%JAR_DIR%%"
JAR_FILE="%%JAR_FILE%%"