Do not install *.orig files. Add missing dir to PLIST. PKGREVISION++
This commit is contained in:
parent
9e4e736073
commit
c84459718e
2 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:11 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2006/02/19 00:55:46 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pine-pgp-filters-1.1
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= security mail
|
||||
MASTER_SITES= http://dougbarton.net/FreeBSD/Downloads/
|
||||
|
||||
|
@ -22,6 +22,7 @@ do-build:
|
|||
.endfor
|
||||
|
||||
post-install:
|
||||
${RM} ${PREFIX}/libexec/ppf_*.orig
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
.for f in ${DOCFILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f}.gen ${DOCDIR}/${f}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/05 21:42:36 reed Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2006/02/19 00:55:46 wiz Exp $
|
||||
libexec/ppf_decrypt
|
||||
libexec/ppf_encrypt
|
||||
libexec/ppf_mime
|
||||
|
@ -9,3 +9,4 @@ share/doc/pine-pgp-filters/CHANGES
|
|||
share/doc/pine-pgp-filters/INSTALL
|
||||
share/doc/pine-pgp-filters/LICENSE
|
||||
share/doc/pine-pgp-filters/README
|
||||
@dirrm share/doc/pine-pgp-filters
|
||||
|
|
Loading…
Reference in a new issue