diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-05-22 04:07:11 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-05-22 04:07:11 +0000 |
commit | 4ba30aaef28a893fc7ae6fbb1e6430f984211430 (patch) | |
tree | b8c231811611aef4e1a1ff28950ad45237f01211 /java/openjdk6 | |
parent | . Allow a previously installed version of openjdk6 and jdk16 to also be (diff) |
. 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).
Notes
Notes:
svn path=/head/; revision=234374
Diffstat (limited to 'java/openjdk6')
-rw-r--r-- | java/openjdk6/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |