pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p0f Move docs under share/doc/p0f, fix INSTAL...
details: https://anonhg.NetBSD.org/pkgsrc/rev/46643e29f11a
branches: trunk
changeset: 513700:46643e29f11a
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jun 01 23:14:34 2006 +0000
description:
Move docs under share/doc/p0f, fix INSTALLATION_DIRS, bump revision.
diffstat:
security/p0f/Makefile | 10 +++++-----
security/p0f/PLIST | 7 ++++---
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (50 lines):
diff -r 49232465f0a2 -r 46643e29f11a security/p0f/Makefile
--- a/security/p0f/Makefile Thu Jun 01 23:11:29 2006 +0000
+++ b/security/p0f/Makefile Thu Jun 01 23:14:34 2006 +0000
@@ -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_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 -r 49232465f0a2 -r 46643e29f11a security/p0f/PLIST
--- a/security/p0f/PLIST Thu Jun 01 23:11:29 2006 +0000
+++ b/security/p0f/PLIST Thu Jun 01 23:14:34 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index