summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2002-06-23 03:41:28 +0000
committerjlam <jlam>2002-06-23 03:41:28 +0000
commitd7e4c44fd07cf9e4b1f30b0cc332d0505d0e3032 (patch)
tree62d5459d8c97c1240df83193f1140d8c3a7609d2 /devel
parent1feb5292a9424ad47fddd80e5fb011a7bb5ae965 (diff)
downloadpkgsrc-d7e4c44fd07cf9e4b1f30b0cc332d0505d0e3032.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