diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-01 12:33:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-01 12:33:20 +0000 |
commit | 5af00ad844b9a8cdebd8c9a51459eae38d7af523 (patch) | |
tree | 04b8d05356d472bbcc02972b4a47a97b7a0785ef | |
parent | 0a3184c9001453166f0157ab1ca4307f1eb3db44 (diff) | |
download | pkgsrc-5af00ad844b9a8cdebd8c9a51459eae38d7af523.tar.gz |
Install more documentation. Bump to 1.0nb1.
XXX: license == no-commercial-usage?
XXX: 1.1 and 2.0b1 are out
-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 |