diff options
Diffstat (limited to 'security/portsentry')
-rw-r--r-- | security/portsentry/Makefile | 8 | ||||
-rw-r--r-- | security/portsentry/PLIST | 5 |
2 files changed, 11 insertions, 2 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index a0b4a813c45..68f71ec46e0 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2001/06/06 20:21:21 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2002/06/01 12:33:20 wiz Exp $ # DISTNAME= portsentry-1.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.psionic.com/tools/ @@ -27,4 +28,9 @@ post-patch: $$f.prefix > $$f; \ done +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/portsentry + ${INSTALL_DATA} ${WRKSRC}/README.install ${PREFIX}/share/doc/portsentry + ${INSTALL_DATA} ${WRKSRC}/README.methods ${PREFIX}/share/doc/portsentry + .include "../../mk/bsd.pkg.mk" diff --git a/security/portsentry/PLIST b/security/portsentry/PLIST index a0cf211bed5..c1a695741c2 100644 --- a/security/portsentry/PLIST +++ b/security/portsentry/PLIST @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:33 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/06/01 12:33:20 wiz Exp $ etc/portsentry.ignore etc/portsentry.conf sbin/portsentry +share/doc/portsentry/README.install +share/doc/portsentry/README.methods +@dirrm share/doc/portsentry |