diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 12:35:42 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 12:35:42 +0000 |
commit | 62f0245f1ff56850f58e6e7e625cf52a5dcc21da (patch) | |
tree | 141d346e35b54b84f37d721078efd6e804141b8d /security/gnupg1/Makefile | |
parent | f357388f5a581ccaafa371b5e4ac0984eeca45a9 (diff) | |
download | ports-62f0245f1ff56850f58e6e7e625cf52a5dcc21da.tar.gz ports-62f0245f1ff56850f58e6e7e625cf52a5dcc21da.zip |
Use MASTER_SITE_GNUPG
Notes
Notes:
svn path=/head/; revision=75565
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r-- | security/gnupg1/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index cccd46c46b15..c48d9f4716bb 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -8,12 +8,7 @@ PORTNAME= gnupg PORTVERSION= 1.2.1 CATEGORIES= security -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%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} \ - ftp://ftp.demon.nl/pub/mirrors/gnupg/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |