diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-08 19:14:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-08 19:14:47 +0000 |
commit | acc26f4f54c1a4a1d76acfaa6c62318d7119a70d (patch) | |
tree | c9126337a21e8bada701edc83d350da6edb5aa5c /security/p0f/Makefile | |
parent | 39832721678916857fe50e308cbf9a78f0f058f1 (diff) | |
download | pkgsrc-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/Makefile | 5 |
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 |