diff options
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index e884e10a8d6..79b09d20ba0 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2006/08/02 10:37:34 drochner Exp $ +# $NetBSD: Makefile,v 1.90 2006/08/05 03:13:25 dsainty Exp $ DISTNAME= gnupg-1.4.5 CATEGORIES= security @@ -7,7 +7,8 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ \ ftp://ftp.cert.dfn.de/pub/tools/crypt/gcrypt/gnupg/ \ - ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/ + ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/ \ + http://sunsite.rediris.es/mirror/gnupg/gnupg/ EXTRACT_SUFX= .tar.bz2 # don't remove this -- we may add idea.c.gz to it in options.mk DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |