From 667852a4053d6ab065293161e01e267ee8c2592f Mon Sep 17 00:00:00 2001 From: glewis Date: Fri, 22 May 2009 04:07:11 +0000 Subject: . Reset maintainer to java@. I located an earlier mail from Brian that he was leaving Expert's Exchange, so I imagine email to him there is just bouncing. . Tweak the license description in COMMENT to a more standard form. . Remove USE_JAVA. The JDK bootstrap dependency is handled separately in the Makefile itself and once openjdk6 is part of bsd.java.mk USE_JAVA could make this port depend on itself (which doesn't play nice with portmaster). --- java/openjdk6/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'java/openjdk6') diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile index 7ed0aed6f8ca..98e9de202763 100644 --- a/java/openjdk6/Makefile +++ b/java/openjdk6/Makefile @@ -11,8 +11,8 @@ CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/ DISTNAME= openjdk-6-src-${PORTVERSION}-${OPENJDK_BUILDDATE} -MAINTAINER= brian@experts-exchange.com -COMMENT= Sun\'s java 6 virtual machine release under the GNUV2 license +MAINTAINER= java@FreeBSD.org +COMMENT= Sun\'s java 6 virtual machine release under the GPL v2 RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper @@ -26,9 +26,6 @@ OPTIONS= DEBUG "Enable debugging support" off \ WRKSRC= ${WRKDIR} USE_GMAKE= yes -USE_JAVA= yes -JAVA_VENDOR= freebsd bsdjava -JAVA_VERSION= 1.6 USE_MOTIF= yes USE_XORG= xtst xi xt x11 -- cgit