summaryrefslogtreecommitdiff
path: root/security/p0f/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-08 19:14:47 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-08 19:14:47 +0000
commitacc26f4f54c1a4a1d76acfaa6c62318d7119a70d (patch)
treec9126337a21e8bada701edc83d350da6edb5aa5c /security/p0f/Makefile
parent39832721678916857fe50e308cbf9a78f0f058f1 (diff)
downloadpkgsrc-acc26f4f54c1a4a1d76acfaa6c62318d7119a70d.tar.gz
Use NetBSD rules for DragonFly as well. Don't include both, net/bpf.h
and pcap.h, on DragonFly.
Diffstat (limited to 'security/p0f/Makefile')
-rw-r--r--security/p0f/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p0f/Makefile b/security/p0f/Makefile
index b9ded4847c5..9711d606d1d 100644
--- a/security/p0f/Makefile
+++ b/security/p0f/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/12/05 20:50:57 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2005/12/08 19:14:47 joerg Exp $
#
DISTNAME= p0f-2.0.5
@@ -27,6 +27,9 @@ SUBST_MESSAGE.paths= "Fixing paths."
INSTALLATION_DIRS= bin man/man1
+post-patch:
+ ${LN} -s NetBSD ${WRKSRC}/mk/DragonFly
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/p0f ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/p0f.README