summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 03:20:40 +0000
committersnj <snj>2004-04-25 03:20:40 +0000
commit6d6fbb59e75ac5d4efc96e259d01744960c495ec (patch)
treef5f690dc7034764a7ecccfbcad7088a67b854ab8 /security
parent5a88712b369b1e21eb15d09361af0d2a4f28b92b (diff)
downloadpkgsrc-6d6fbb59e75ac5d4efc96e259d01744960c495ec.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security')
-rw-r--r--security/rid/Makefile6
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"