diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-11 09:44:26 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-11 09:44:26 +0000 |
commit | 5aea0775b6614e5a970b583edbc0eb2535f37ad2 (patch) | |
tree | 7c75043aa6ddcc0cccc4e8d61316e46f262e6b5f /lang | |
parent | f8c6fef5603c70affb71a922c14c2ac00445e48e (diff) | |
download | pkgsrc-5aea0775b6614e5a970b583edbc0eb2535f37ad2.tar.gz |
Assert OWNERship for legal reasons.
I'm attempting to upstream our patches through the formal procedure.
(Snoracle does not make contribution easy.)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/openjdk7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile index 19746961d00..6fc19dab33d 100644 --- a/lang/openjdk7/Makefile +++ b/lang/openjdk7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2010/02/02 23:12:53 jmcneill Exp $ +# $NetBSD: Makefile,v 1.17 2010/02/11 09:44:26 tnn Exp $ DISTNAME= openjdk-7-ea-src-b78-17_dec_2009 PKGNAME= openjdk7-1.7.0.78.20100102 @@ -7,7 +7,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL:=openjdk7/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= tnn@NetBSD.org +OWNER= tnn@NetBSD.org HOMEPAGE= http://openjdk.java.net/ COMMENT= Open-source implementation of the Java Platform, Standard Edition |