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 | b4d68d91eb36955a15c1c5c42a1492c47fac7d85 (patch) | |
tree | 4d704b4cd2e0418ce5c448e742f2b7c4a651575f | |
parent | 3baf89af7dd4dae66be05e4b1bb459c06536b4a2 (diff) | |
download | pkgsrc-b4d68d91eb36955a15c1c5c42a1492c47fac7d85.tar.gz |
The correct name of this program is "GNU Privacy Guard" (not "Privacy Guard").
-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 |