diff options
author | jwise <jwise@pkgsrc.org> | 2000-05-09 20:54:42 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-05-09 20:54:42 +0000 |
commit | 899dcd7aa0a13187aa2b6706ec1cd6014f76f1a4 (patch) | |
tree | 389521ff2f678841449d7c6b74ed0f1e9d36432a /www/jsdk20 | |
parent | 5c3abe2afe7e839a72d63db5e5364479391b976d (diff) | |
download | pkgsrc-899dcd7aa0a13187aa2b6706ec1cd6014f76f1a4.tar.gz |
Since we no longer override ${PREFIX}, we no longer need NO_MTREE=
Diffstat (limited to 'www/jsdk20')
-rw-r--r-- | www/jsdk20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile index aa368c957af..0ebf07ec87d 100644 --- a/www/jsdk20/Makefile +++ b/www/jsdk20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/05/09 20:12:46 jwise Exp $ +# $NetBSD: Makefile,v 1.5 2000/05/09 20:54:42 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. @@ -21,7 +21,6 @@ BUILD_DEFS+= JSDK_HOME NO_PATCH= NO_CONFIGURE= NO_BUILD= -NO_MTREE= RESTRICTED= "Read license before redistributing the Java(tm) Servlet Development Kit" NO_CDROM= ${RESTRICTED} MIRROR_DISTFILE=no |