diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-08-23 15:13:56 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-08-23 15:13:56 +0000 |
commit | 724c113bd42d8e2ab48f6f4f7098a2948ff16700 (patch) | |
tree | 907a48f9b34f6c79106201166977a7fed1db5b2a /lang/jdk | |
parent | e2c93afdb85040515b752ada5563cc8029c8ba1e (diff) | |
download | pkgsrc-724c113bd42d8e2ab48f6f4f7098a2948ff16700.tar.gz |
Put these packages into a new pseudo-category called 'java'.
Diffstat (limited to 'lang/jdk')
-rw-r--r-- | lang/jdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index a7c84b17a64..75f25be08c7 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2003/07/17 21:44:42 grant Exp $ +# $NetBSD: Makefile,v 1.35 2003/08/23 15:13:59 jschauma Exp $ # VERSION= 1.1.8 PKGNAME= jdk-${VERSION} PKGREVISION= 4 -CATEGORIES= lang +CATEGORIES= lang java MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/java/i386/${VERSION}/ \ ftp://ftp.de.NetBSD.org/pub/NetBSD/misc/java/i386/${VERSION}/ EXTRACT_SUFX= .tgz |