diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-27 05:46:12 +0800 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-27 05:46:12 +0800 |
commit | 5a52a082347653e46a7330eb60d51230c01183ef (patch) | |
tree | 175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /textproc/xincluder | |
parent | bb21effd9b960e4613fbf599abcde1f3e655d817 (diff) | |
download | freebsd-ports-gnome-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz freebsd-ports-gnome-5a52a082347653e46a7330eb60d51230c01183ef.tar.zst freebsd-ports-gnome-5a52a082347653e46a7330eb60d51230c01183ef.zip |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
Diffstat (limited to 'textproc/xincluder')
-rw-r--r-- | textproc/xincluder/Makefile | 3 | ||||
-rw-r--r-- | textproc/xincluder/files/xincluder.sh.in | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/xincluder/Makefile b/textproc/xincluder/Makefile index a62415d817b4..e3c8b0851212 100644 --- a/textproc/xincluder/Makefile +++ b/textproc/xincluder/Makefile @@ -3,7 +3,7 @@ PORTNAME= xincluder PORTVERSION= 1.0.d11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc java MASTER_SITES= ftp://ftp.ibiblio.org/pub/languages/java/javafaq/ DISTNAME= ${PORTNAME}-1.0d11 @@ -18,7 +18,6 @@ RUN_DEPENDS= ${JAVALIBDIR}/jdom.jar:java/jdom \ ${JAVALIBDIR}/xercesImpl.jar:textproc/xerces-j USE_JAVA= yes -JAVA_VERSION= 1.6+ NO_BUILD= yes NO_ARCH= yes diff --git a/textproc/xincluder/files/xincluder.sh.in b/textproc/xincluder/files/xincluder.sh.in index 4ed46d6e30e6..a3ad6be4f9c0 100644 --- a/textproc/xincluder/files/xincluder.sh.in +++ b/textproc/xincluder/files/xincluder.sh.in @@ -12,4 +12,4 @@ case "${IAM}" in *) echo "ERROR!" ; false ;; esac -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "`"%%LOCALBASE%%/bin/classpath"`" "com.elharo.xml.xinclude.${MAIN_CLASS}" "$@" +"%%LOCALBASE%%/bin/java" -cp "`"%%LOCALBASE%%/bin/classpath"`" "com.elharo.xml.xinclude.${MAIN_CLASS}" "$@" |