diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-23 16:26:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-23 16:26:12 +0000 |
commit | edc2cddf331f6b33872bedc2b18d8f99d27bb498 (patch) | |
tree | 895e627d9e71b8850d04a52bcca7164c211b2ee2 /lang/jdk | |
parent | 83150a9211f2cb2a51c297e96f49090c7b1b7686 (diff) | |
download | pkgsrc-edc2cddf331f6b33872bedc2b18d8f99d27bb498.tar.gz |
add a bunch of NO_CDROM where appropriate
Diffstat (limited to 'lang/jdk')
-rw-r--r-- | lang/jdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index d24485d1798..6cb9d0a6be8 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/05/24 20:39:44 tv Exp $ +# $NetBSD: Makefile,v 1.9 1999/11/23 16:26:13 hubertf Exp $ DISTNAME= jdk1.1.6 PKGNAME= jdk-1.1.6 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.quick.com.au/java/ RESTRICTED= 'No redistribution of the Java(tm) Development Kit' NO_PACKAGE= ${RESTRICTED} +NO_CDROM= ${RESTRICTED} MIRROR_DISTFILE= no ONLY_FOR_PLATFORM= NetBSD-*-i386 |