diff options
author | tron <tron> | 2003-05-06 15:48:24 +0000 |
---|---|---|
committer | tron <tron> | 2003-05-06 15:48:24 +0000 |
commit | f6fefbdaca9d482c8151559db02cfc8c8d0c7bc9 (patch) | |
tree | ddd7f6c90620a83404a484ced1122f76942d8d92 | |
parent | cd86ca8495d2084b420250e537fca7874161a66e (diff) | |
download | pkgsrc-f6fefbdaca9d482c8151559db02cfc8c8d0c7bc9.tar.gz |
Fix some of the master site URLs so that the "fetch" target works at
least particually.
-rw-r--r-- | security/gnupg/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 438c38b789c..22d991ee462 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.43 2003/05/05 16:33:46 taca Exp $ -# +# $NetBSD: Makefile,v 1.44 2003/05/06 15:48:24 tron Exp $ DISTNAME= gnupg-1.2.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ - ftp://ftp.planetmirror.com/pub/gnupg/ \ + ftp://ftp.planetmirror.com/pub/gnupg/gnupg/ \ ftp://ftp.ring.gr.jp/pub/pgp/ \ - ftp://gd.tuwien.ac.at/privacy/gnupg/ \ - ftp://ftp.jyu.fi/pub/crypt/gcrypt/ \ + 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/ \ ftp://hal.csd.auth.gr/mirrors/gnupg/ EXTRACT_SUFX= .tar.bz2 |