diff options
Diffstat (limited to 'security/rats')
-rw-r--r-- | security/rats/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index deee1962ece..3dd0e0ea1eb 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/10/11 13:40:19 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/28 11:35:00 grant Exp $ # DISTNAME= rats-2.1 @@ -10,10 +10,12 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://www.securesw.com/rats/ COMMENT= Rough Auditing Tool for Security -USE_BUILDLINK2= # defined +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/rats ALL_TARGET= rats -.include "../../textproc/expat/buildlink2.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |