pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/jsdk20 Fixed some pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1972a63b4d4
branches:  trunk
changeset: 499861:f1972a63b4d4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 28 12:26:06 2005 +0000

description:
Fixed some pkglint warnings.

diffstat:

 www/jsdk20/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5e8445777ddd -r f1972a63b4d4 www/jsdk20/Makefile
--- a/www/jsdk20/Makefile       Wed Sep 28 12:15:16 2005 +0000
+++ b/www/jsdk20/Makefile       Wed Sep 28 12:26:06 2005 +0000
@@ -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 @@
 
 WRKSRC=                ${WRKDIR}/JSDK2.0
 BUILD_DEFS+=    JSDK_HOME
-NO_CONFIGURE=
-NO_BUILD=
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
 
 USE_TOOLS+=    gtar
 



Home | Main Index | Thread Index | Old Index