diff options
author | snj <snj> | 2004-04-25 03:36:51 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 03:36:51 +0000 |
commit | b0f5ec0c1dde3d0379ae2ee02806233b820ededa (patch) | |
tree | 799e8d1f581c41ab9cabcb640c7f8cc3e51e3f3f | |
parent | be0614aeb58240d2df2f1bb3f337c8107c3c2267 (diff) | |
download | pkgsrc-b0f5ec0c1dde3d0379ae2ee02806233b820ededa.tar.gz |
Convert to buildlink3.
-rw-r--r-- | security/p0f/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p0f/Makefile b/security/p0f/Makefile index ce8d523270e..ca0797f8f1a 100644 --- a/security/p0f/Makefile +++ b/security/p0f/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:25:34 agc Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/25 03:36:51 snj Exp $ # DISTNAME= p0f-2.0.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://lcamtuf.coredump.cx/p0f.shtml COMMENT= Passive OS fingerprinting tool WRKSRC= ${WRKDIR}/p0f -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes CONF_FILES= ${PREFIX}/share/examples/p0f/p0f.fp ${PKG_SYSCONFDIR}/p0f.fp @@ -42,5 +42,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/p0fr.fp ${PREFIX}/share/examples/p0f ${INSTALL_MAN} ${WRKSRC}/p0f.1 ${PREFIX}/man/man1 -.include "../../net/libpcap/buildlink2.mk" +.include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |