aboutsummaryrefslogtreecommitdiff
path: root/science/simsmith
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 /science/simsmith
parentbb21effd9b960e4613fbf599abcde1f3e655d817 (diff)
downloadports-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=518482
Diffstat (limited to 'science/simsmith')
-rw-r--r--science/simsmith/Makefile2
-rw-r--r--science/simsmith/files/simsmith.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/science/simsmith/Makefile b/science/simsmith/Makefile
index 1c23465625a3..dfdf6ea99337 100644
--- a/science/simsmith/Makefile
+++ b/science/simsmith/Makefile
@@ -3,6 +3,7 @@
PORTNAME= simsmith
PORTVERSION= 9.9
+PORTREVISION= 1
CATEGORIES= science hamradio
MASTER_SITES= http://ae6ty.com/Smith_Charts_files/ \
LOCAL/shurd
@@ -14,7 +15,6 @@ MAINTAINER= hamradio@FreeBSD.org
COMMENT= A Java-based Smith Chart program
USE_JAVA= yes
-JAVA_VERSION= 1.6+
JAVA_RUN= yes
PLIST_FILES= %%JAVAJARDIR%%/${DISTNAME}${EXTRACT_SUFX} \
diff --git a/science/simsmith/files/simsmith.in b/science/simsmith/files/simsmith.in
index e5f359395be4..c37aca80d2bc 100644
--- a/science/simsmith/files/simsmith.in
+++ b/science/simsmith/files/simsmith.in
@@ -2,4 +2,4 @@
#
# $FreeBSD$
-JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%DISTNAME%%.jar" "$@"
+"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%DISTNAME%%.jar" "$@"