From 5a52a082347653e46a7330eb60d51230c01183ef Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 26 Nov 2019 21:46:12 +0000 Subject: 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 --- java/javahelp/files/jhindexer.in | 2 -- java/javahelp/files/jhsearch.in | 2 -- 2 files changed, 4 deletions(-) (limited to 'java/javahelp/files') diff --git a/java/javahelp/files/jhindexer.in b/java/javahelp/files/jhindexer.in index 59ee27424484..48334eb3025c 100644 --- a/java/javahelp/files/jhindexer.in +++ b/java/javahelp/files/jhindexer.in @@ -1,5 +1,3 @@ #!/bin/sh -export JAVA_VERSION=%%JAVA_VER%% - exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.Indexer "$@" diff --git a/java/javahelp/files/jhsearch.in b/java/javahelp/files/jhsearch.in index 36c5a2ff8258..d6cc3d45df6c 100644 --- a/java/javahelp/files/jhsearch.in +++ b/java/javahelp/files/jhsearch.in @@ -1,5 +1,3 @@ #!/bin/sh -export JAVA_VERSION=%%JAVA_VER%% - exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.QueryEngine "$@" -- cgit v1.2.3