diff options
author | jwise <jwise> | 2000-01-14 20:51:12 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-01-14 20:51:12 +0000 |
commit | 9e20c74d74b1b96f14c76483635d34fa07f29407 (patch) | |
tree | 5c4e1617299d6a82b0e10804139c120651ff1ccf /www/jsdk20 | |
parent | fa750b39acaf06e8b6d93adb9c170d6dafb206e5 (diff) | |
download | pkgsrc-9e20c74d74b1b96f14c76483635d34fa07f29407.tar.gz |
MIRROR_DISTFILE=no
Diffstat (limited to 'www/jsdk20')
-rw-r--r-- | www/jsdk20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile index 4c449f2284b..4a75355508c 100644 --- a/www/jsdk20/Makefile +++ b/www/jsdk20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/14 17:30:16 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/14 20:51:12 jwise 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. @@ -24,6 +24,7 @@ NO_BUILD= NO_MTREE= RESTRICTED= "Read license before redistributing the Java(tm) Servlet Development Kit" NO_CDROM= ${RESTRICTED} +MIRROR_DISTFILE=no .include "../../mk/bsd.prefs.mk" |