diff options
author | kleink <kleink@pkgsrc.org> | 2004-02-08 01:00:13 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2004-02-08 01:00:13 +0000 |
commit | 160578edd081c982cb150056cea86b4d4a34a7d9 (patch) | |
tree | 3b2cb9b1135a2c62a855dbcf4c934de6396932a7 /security/gnupg | |
parent | ba6047ddc9223f3a9d2c14bbe2a3999ed70398dd (diff) | |
download | pkgsrc-160578edd081c982cb150056cea86b4d4a34a7d9.tar.gz |
Install doc/DETAILS, which conveniently documents --with-colon formatted
output, among other things. Bump to 1.2.4nb1.
Approved by Thomas Klausner.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 7 | ||||
-rw-r--r-- | security/gnupg/PLIST | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 0a286e2439d..18bf1d62647 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2004/02/02 23:47:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.60 2004/02/08 01:00:13 kleink Exp $ DISTNAME= gnupg-1.2.4 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/gnupg/ \ @@ -71,6 +72,10 @@ SUBST_SED.fixme= -e "s,ALIGN (3),ALIGN (4),g" .endif +post-install: + ${INSTALL_DATA} ${WRKSRC}/doc/DETAILS \ + ${PREFIX}/share/gnupg + .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/zlib/buildlink2.mk" diff --git a/security/gnupg/PLIST b/security/gnupg/PLIST index 9c39d7b7c30..ad4aa01676b 100644 --- a/security/gnupg/PLIST +++ b/security/gnupg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2003/12/25 14:05:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2004/02/08 01:00:13 kleink Exp $ bin/gpg bin/gpgsplit bin/gpgv @@ -9,6 +9,7 @@ ${OPENLDAP}libexec/gnupg/gpgkeys_ldap man/man1/gpg.1 man/man1/gpgv.1 man/man7/gnupg.7 +share/gnupg/DETAILS share/gnupg/FAQ share/gnupg/faq.html share/gnupg/options.skel |