diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 23:14:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 23:14:34 +0000 |
commit | 7f2cbfbcc33385f5cca63f129e61af2024a0e8a5 (patch) | |
tree | 8decae3f83edd20326bade9b80b6ccf2a78e0519 | |
parent | 6d1f53741cf592f27e32b4dc7df28605950593e7 (diff) | |
download | pkgsrc-7f2cbfbcc33385f5cca63f129e61af2024a0e8a5.tar.gz |
Move docs under share/doc/p0f, fix INSTALLATION_DIRS, bump revision.
-rw-r--r-- | security/p0f/Makefile | 10 | ||||
-rw-r--r-- | security/p0f/PLIST | 7 |
2 files changed, 9 insertions, 8 deletions
diff --git a/security/p0f/Makefile b/security/p0f/Makefile index c859d117681..cc3dccd7c13 100644 --- a/security/p0f/Makefile +++ b/security/p0f/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/04/22 09:22:14 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/01 23:14:34 joerg Exp $ # DISTNAME= p0f-2.0.5 +PKGREVISION= 1 CATEGORIES= security net MASTER_SITES= http://lcamtuf.coredump.cx/p0f/ EXTRACT_SUFX= .tgz @@ -24,16 +25,15 @@ SUBST_FILES.paths= config.h p0f.1 SUBST_SED.paths= -e "s|/etc/p0f|${PKG_SYSCONFDIR}|g" SUBST_MESSAGE.paths= Fixing paths. -INSTALLATION_DIRS= bin man/man1 +INSTALLATION_DIRS= bin man/man1 share/doc/p0f share/examples/p0f 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 - ${INSTALL_DATA} ${WRKSRC}/p0frep ${PREFIX}/share/doc/p0frep - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p0f + ${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/p0f/p0f.README + ${INSTALL_DATA} ${WRKSRC}/p0frep ${PREFIX}/share/doc/p0f/p0frep ${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/share/examples/p0f ${INSTALL_DATA} ${WRKSRC}/p0fa.fp ${PREFIX}/share/examples/p0f ${INSTALL_DATA} ${WRKSRC}/p0fr.fp ${PREFIX}/share/examples/p0f diff --git a/security/p0f/PLIST b/security/p0f/PLIST index 2d51fe66d7e..b8d010197db 100644 --- a/security/p0f/PLIST +++ b/security/p0f/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2003/10/01 23:13:13 recht Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/06/01 23:14:34 joerg Exp $ bin/p0f man/man1/p0f.1 -share/doc/p0f.README -share/doc/p0frep +share/doc/p0f/p0f.README +share/doc/p0f/p0frep share/examples/p0f/p0f.fp share/examples/p0f/p0fa.fp share/examples/p0f/p0fr.fp @dirrm share/examples/p0f +@dirrm share/doc/p0f |