diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 12:26:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 12:26:06 +0000 |
commit | a3cede0c84fd51d134835ee086586786184e1ca0 (patch) | |
tree | c504f00876c669f7aa63c428ddd6dca18dba0a06 /www/jsdk20 | |
parent | decb8770e141e385283d6f778e05544b3a0386a8 (diff) | |
download | pkgsrc-a3cede0c84fd51d134835ee086586786184e1ca0.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 |