diff options
author | hubertf <hubertf> | 1999-11-23 16:26:12 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-11-23 16:26:12 +0000 |
commit | fb99dae49e932ef40bfd182ae3a2edcd4870cb3b (patch) | |
tree | 895e627d9e71b8850d04a52bcca7164c211b2ee2 /lang/jdk | |
parent | 3b1a716f906620bd273341acc46a2118e15d2a80 (diff) | |
download | pkgsrc-fb99dae49e932ef40bfd182ae3a2edcd4870cb3b.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 |