diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /www/jsdk20/Makefile | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'www/jsdk20/Makefile')
-rw-r--r-- | www/jsdk20/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile index 73447b2d836..4696ba178b5 100644 --- a/www/jsdk20/Makefile +++ b/www/jsdk20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/06/22 14:23:25 jwise Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/18 22:46:51 hubertf Exp $ # STOP! Don't update this to a later version of this software. # The JSDK and Apache Jakarta projects have merged, making the # jakarta-tomcat package the current version of this software. @@ -21,9 +21,12 @@ BUILD_DEFS+= JSDK_HOME NO_PATCH= NO_CONFIGURE= NO_BUILD= -RESTRICTED= "Read license before redistributing the Java(tm) Servlet Development Kit" -NO_CDROM= ${RESTRICTED} -MIRROR_DISTFILE=no + +RESTRICTED= "Read license before redistributing the Java(tm) Servlet Development Kit" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} .include "../../mk/bsd.prefs.mk" |