diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 11:31:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 11:31:49 +0000 |
commit | 48aee8ab57d666a9d7cc112f39aa36245d660cf1 (patch) | |
tree | 1bea9c13a765be7ac9eddf9be7c6cde6e993db66 /security/gpgme | |
parent | 8e64dde9a514868fbcca53bbb37884e4ef87ee96 (diff) | |
download | pkgsrc-48aee8ab57d666a9d7cc112f39aa36245d660cf1.tar.gz |
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index f95f4b2edd4..2dd2f821ee4 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.53 2007/11/08 21:22:40 bjs Exp $ +# $NetBSD: Makefile,v 1.54 2007/12/02 11:34:45 wiz Exp $ # DISTNAME= gpgme-1.1.4 PKGREVISION= 2 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ \ - ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ MAINTAINER= oishi@ims.ac.jp HOMEPAGE= http://www.gnupg.org/related_software/gpgme/ |