diff options
author | tv <tv@pkgsrc.org> | 2004-11-08 21:17:01 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-08 21:17:01 +0000 |
commit | d0b6300669430669d9c6f693c71aa8ffc924d196 (patch) | |
tree | 4d704b4cd2e0418ce5c448e742f2b7c4a651575f /security/gnupg | |
parent | 672dcbfde574e9295b44db020b8051cbc3e8630d (diff) | |
download | pkgsrc-d0b6300669430669d9c6f693c71aa8ffc924d196.tar.gz |
The correct name of this program is "GNU Privacy Guard" (not "Privacy Guard").
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 2914d27cd5c..76e2b845943 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2004/10/03 00:18:08 tv Exp $ +# $NetBSD: Makefile,v 1.71 2004/11/08 21:17:01 tv Exp $ DISTNAME= gnupg-1.2.6 PKGREVISION= 1 @@ -14,7 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnupg.org/ -COMMENT= Privacy Guard, public-Key encryption and digital signatures +COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures PKG_INSTALLATION_TYPES= overwrite pkgviews |