diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2006-11-20 22:23:24 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2006-11-20 22:23:24 +0000 |
commit | e1f14165137bc7485e4b31a376c34cffbc1fbc2b (patch) | |
tree | 7839a427ab6507346798e87a6a99ae37cd3be2a9 /security/gnupg2/Makefile | |
parent | d5dcf98a4ef79cb235a70f884eda8f68a9ca359a (diff) | |
download | pkgsrc-e1f14165137bc7485e4b31a376c34cffbc1fbc2b.tar.gz |
Re: pkg/35088: security/gnupg2: PLIST.gpgsm is wrong
PLIST correction.
Diffstat (limited to 'security/gnupg2/Makefile')
-rw-r--r-- | security/gnupg2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 612f7c8afc5..4b2c72ef8ed 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2006/11/19 19:03:56 shannonjr Exp $ +# $NetBSD: Makefile,v 1.4 2006/11/20 22:23:24 shannonjr Exp $ # DISTNAME= gnupg-2.0.0 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 @@ -20,6 +20,7 @@ COMMENT= GNUpg with OpenPGP and S/MIME capabilities PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes +INFO_FILES= yes USE_TOOLS+= gmake USE_TOOLS+= autoconf USE_TOOLS+= automake |