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 --- misc/pipe/Makefile | 3 +-- misc/pipe/files/pipe.sh.in | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'misc/pipe') diff --git a/misc/pipe/Makefile b/misc/pipe/Makefile index 3b1b281e63f1..317a4e8d5098 100644 --- a/misc/pipe/Makefile +++ b/misc/pipe/Makefile @@ -3,7 +3,7 @@ PORTNAME= pipe PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc java MASTER_SITES= SF/${PORTNAME}2/Pipe%202/PIPE2%20V${PORTVERSION} DISTNAME= pipe25_rc5 @@ -15,7 +15,6 @@ USES= zip NO_BUILD= yes NO_ARCH= yes USE_JAVA= yes -JAVA_VERSION= 1.6+ SUB_FILES= pipe.sh diff --git a/misc/pipe/files/pipe.sh.in b/misc/pipe/files/pipe.sh.in index abd5404c0569..e21fd111e13f 100644 --- a/misc/pipe/files/pipe.sh.in +++ b/misc/pipe/files/pipe.sh.in @@ -3,4 +3,4 @@ # $FreeBSD$ cd %%DATADIR%% -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%DATADIR%%" RunGui +"%%LOCALBASE%%/bin/java" -cp "%%DATADIR%%" RunGui -- cgit v1.2.3