diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-08 07:25:54 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-08 07:25:54 +0000 |
commit | ebc85c6e3f2b0d27006a5d13c374c2bcbf386bc5 (patch) | |
tree | e67ddea179c75817818f38f33c2ba5a53237bed7 /security | |
parent | 8ed6e33db93c796f81089b99301fa1f59bbd3932 (diff) | |
download | ports-ebc85c6e3f2b0d27006a5d13c374c2bcbf386bc5.tar.gz ports-ebc85c6e3f2b0d27006a5d13c374c2bcbf386bc5.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 94f9bde34d9e..719299bf9d21 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnupg PORTVERSION= 1.2.0 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ http://ftp.planetmirror.com/pub/gnupg/%SUBDIR%/ \ http://sunsite.dk/pub/security/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 94f9bde34d9e..719299bf9d21 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnupg PORTVERSION= 1.2.0 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ http://ftp.planetmirror.com/pub/gnupg/%SUBDIR%/ \ http://sunsite.dk/pub/security/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ |