aboutsummaryrefslogtreecommitdiff
path: root/textproc/ppower4
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 /textproc/ppower4
parentbb21effd9b960e4613fbf599abcde1f3e655d817 (diff)
downloadports-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz
ports-5a52a082347653e46a7330eb60d51230c01183ef.zip
Notes
Diffstat (limited to 'textproc/ppower4')
-rw-r--r--textproc/ppower4/Makefile3
-rw-r--r--textproc/ppower4/files/ppower4.sh.in2
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ppower4/Makefile b/textproc/ppower4/Makefile
index 9d9794aae88f..8a693071845e 100644
--- a/textproc/ppower4/Makefile
+++ b/textproc/ppower4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ppower4
PORTVERSION= 0.9.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= textproc java
MASTER_SITES= TEX_CTAN/support/${PORTNAME}
DISTFILES= pp4sty.zip pp4p.jar manual.pdf leveldemo.zip
@@ -18,7 +18,6 @@ LICENSE= GPLv2 # version not really specified
USES= zip
USE_TEX= latex
USE_JAVA= yes
-JAVA_VERSION= 1.6+
NO_BUILD= yes
NO_WRKSUBDIR= yes
NO_ARCH= yes
diff --git a/textproc/ppower4/files/ppower4.sh.in b/textproc/ppower4/files/ppower4.sh.in
index 4336fce21178..bdf80d3c20ec 100644
--- a/textproc/ppower4/files/ppower4.sh.in
+++ b/textproc/ppower4/files/ppower4.sh.in
@@ -1,4 +1,4 @@
#!/bin/sh
# $FreeBSD$
-JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -jar "%%JARFILE%%" "$@"
+exec "%%LOCALBASE%%/bin/java" -jar "%%JARFILE%%" "$@"