diff options
author | szptvlfn <szptvlfn> | 2015-10-03 12:44:10 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn> | 2015-10-03 12:44:10 +0000 |
commit | d543042057e862abd747a7e8345b2b3068d629db (patch) | |
tree | c1abef367f67157071949141437effcce4f050e4 /security/gnupg21 | |
parent | db7ffdd92d21471122a19d86c5e7a66a7c3dc3c9 (diff) | |
download | pkgsrc-d543042057e862abd747a7e8345b2b3068d629db.tar.gz |
adjust PKGNAME
Diffstat (limited to 'security/gnupg21')
-rw-r--r-- | security/gnupg21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg21/Makefile b/security/gnupg21/Makefile index 9dd31d899e3..58727038747 100644 --- a/security/gnupg21/Makefile +++ b/security/gnupg21/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2015/09/30 12:56:47 fhajny Exp $ +# $NetBSD: Makefile,v 1.8 2015/10/03 12:44:10 szptvlfn Exp $ DISTNAME= gnupg-2.1.6 -PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} +PKGNAME= ${DISTNAME:S/gnupg-/gnupg21-/} PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ |