summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-06-23 03:41:28 +0000
committerjlam <jlam@pkgsrc.org>2002-06-23 03:41:28 +0000
commit1513d0cdaa6bb01c0ae39e474b82b4bd6560ab2b (patch)
tree62d5459d8c97c1240df83193f1140d8c3a7609d2 /devel
parent7f6b483fc38a005e56b15a461810e9a5f9bb7517 (diff)
downloadpkgsrc-1513d0cdaa6bb01c0ae39e474b82b4bd6560ab2b.tar.gz
There is no USE_CONFIGURE ... it's HAS_CONFIGURE.
Diffstat (limited to 'devel')
-rw-r--r--devel/its4/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/its4/Makefile b/devel/its4/Makefile
index 9006e9babf4..0d55c175ee6 100644
--- a/devel/its4/Makefile
+++ b/devel/its4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 14:38:32 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/06/23 03:41:28 jlam Exp $
#
DISTNAME= its4-1.1.1
@@ -13,13 +13,12 @@ COMMENT= static C/C++ code scanner for potential security problems
LICENSE= no-commercial-use
-USE_CONFIGURE= YES
-
+HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/its4
-do-configure:
- cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS}
+#do-configure:
+# cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/its4 ${PREFIX}/bin