diff options
author | rillig <rillig> | 2005-09-28 12:26:06 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 12:26:06 +0000 |
commit | 37e41b1ebe7907e8d5c3767f7db5514812672ee4 (patch) | |
tree | c504f00876c669f7aa63c428ddd6dca18dba0a06 /www/jsdk20 | |
parent | d3a8733ff6cf33aab55bf308419f6912f504f5d9 (diff) | |
download | pkgsrc-37e41b1ebe7907e8d5c3767f7db5514812672ee4.tar.gz |
Fixed some pkglint warnings.
Diffstat (limited to 'www/jsdk20')
-rw-r--r-- | www/jsdk20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile index baf46422d3d..23cf40d6b16 100644 --- a/www/jsdk20/Makefile +++ b/www/jsdk20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/07/15 18:27:54 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/09/28 12:26:06 rillig 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. @@ -22,8 +22,8 @@ USE_JAVA= run WRKSRC= ${WRKDIR}/JSDK2.0 BUILD_DEFS+= JSDK_HOME -NO_CONFIGURE= -NO_BUILD= +NO_CONFIGURE= yes +NO_BUILD= yes USE_TOOLS+= gtar |