diff options
Diffstat (limited to 'security/portsentry/Makefile')
-rw-r--r-- | security/portsentry/Makefile | 8 |
1 files changed, 7 insertions, 1 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" |