diff options
-rw-r--r-- | devel/its4/Makefile | 9 |
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 |