diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 20:35:42 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 20:35:42 +0800 |
commit | 0ef0b66f69603a04b52d905a337a9e307a2da5cb (patch) | |
tree | 96a0308634e7ebf2e63ac686e3c62e6564018f91 /security/gnupg | |
parent | 761a6cccd2ec09a1709687e24468aa88332aecc3 (diff) | |
download | freebsd-ports-graphics-0ef0b66f69603a04b52d905a337a9e307a2da5cb.tar.gz freebsd-ports-graphics-0ef0b66f69603a04b52d905a337a9e307a2da5cb.tar.zst freebsd-ports-graphics-0ef0b66f69603a04b52d905a337a9e307a2da5cb.zip |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index cccd46c46b1..c48d9f4716b 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/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} |