aboutsummaryrefslogtreecommitdiff
path: root/games/rescue
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 /games/rescue
parentbb21effd9b960e4613fbf599abcde1f3e655d817 (diff)
downloadports-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz
ports-5a52a082347653e46a7330eb60d51230c01183ef.zip
Notes
Diffstat (limited to 'games/rescue')
-rw-r--r--games/rescue/Makefile2
-rw-r--r--games/rescue/files/rescue.in2
2 files changed, 1 insertions, 3 deletions
diff --git a/games/rescue/Makefile b/games/rescue/Makefile
index 0e1aa7e6a2c0..adecb8ff99c9 100644
--- a/games/rescue/Makefile
+++ b/games/rescue/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rescue
PORTVERSION= 1.0.0.3
+PORTREVISION= 1
CATEGORIES= games java
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/r/R/}%21%20Max/${PORTVERSION}/
DISTNAME= ${PORTNAME:S/r/R/}_${PORTVERSION}
@@ -17,7 +18,6 @@ LICENSE_FILE= ${WRKSRC}/gpl.txt
USES= dos2unix zip:infozip
DOS2UNIX_GLOB= *.txt *.htm *.css *.ini *.xml
USE_JAVA= yes
-JAVA_VERSION= 1.6+
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME:S/r/R/}
diff --git a/games/rescue/files/rescue.in b/games/rescue/files/rescue.in
index 205c080273a3..200eb591d3ed 100644
--- a/games/rescue/files/rescue.in
+++ b/games/rescue/files/rescue.in
@@ -3,7 +3,5 @@
# $FreeBSD$
#
-export JAVA_VERSION="%%JAVA_VERSION%%"
-
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-jar "%%DATADIR%%/Rescue.jar" "${@}"