diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-26 21:46:12 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-26 21:46:12 +0000 |
commit | 5a52a082347653e46a7330eb60d51230c01183ef (patch) | |
tree | 175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /graphics/tintfu | |
parent | bb21effd9b960e4613fbf599abcde1f3e655d817 (diff) |
Notes
Diffstat (limited to 'graphics/tintfu')
-rw-r--r-- | graphics/tintfu/Makefile | 3 | ||||
-rw-r--r-- | graphics/tintfu/files/tintfu.sh.in | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/tintfu/Makefile b/graphics/tintfu/Makefile index 6606b8964e0d..daef7a183c6c 100644 --- a/graphics/tintfu/Makefile +++ b/graphics/tintfu/Makefile @@ -3,7 +3,7 @@ PORTNAME= tintfu PORTVERSION= 0.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} @@ -18,7 +18,6 @@ EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= . NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.6+ PLIST_FILES= %%JAVAJARDIR%%/${DISTNAME}.jar \ bin/tintfu diff --git a/graphics/tintfu/files/tintfu.sh.in b/graphics/tintfu/files/tintfu.sh.in index c766004fc83c..4f773c697d41 100644 --- a/graphics/tintfu/files/tintfu.sh.in +++ b/graphics/tintfu/files/tintfu.sh.in @@ -2,4 +2,4 @@ # # $FreeBSD$ -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%DISTNAME%%.jar" +"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%DISTNAME%%.jar" |