diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 03:20:40 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 03:20:40 +0000 |
commit | 98ac1864ffb5c70883df402d23488f1da9e786b5 (patch) | |
tree | f5f690dc7034764a7ecccfbcad7088a67b854ab8 /security/rid | |
parent | 19f3c32449dc95e47b4abf615fa7119542603646 (diff) | |
download | pkgsrc-98ac1864ffb5c70883df402d23488f1da9e786b5.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/rid')
-rw-r--r-- | security/rid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rid/Makefile b/security/rid/Makefile index 7288a2ce02b..24cdb514f8e 100644 --- a/security/rid/Makefile +++ b/security/rid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/09/23 13:15:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/25 03:20:40 snj Exp $ # DISTNAME= rid-1.11 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.theorygroup.com/Software/RID/ COMMENT= Remote Intrusion Detection to track down compromised hosts GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES CONF_FILES= ${PREFIX}/share/examples/rid/rid.conf ${PKG_SYSCONFDIR}/rid.conf @@ -31,5 +31,5 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rid ${INSTALL_DATA} ${WRKSRC}/rid.conf ${PREFIX}/share/examples/rid -.include "../../net/libpcap/buildlink2.mk" +.include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |