diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 10:51:48 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 10:51:48 +0000 |
commit | 0711316f43c28e8d18842119923504d002637842 (patch) | |
tree | 41ea537987e20459a1433b1468d98421869cb8e7 /security/libgcrypt | |
parent | b41a2208676f687543dedf188bff76c2c0a9facf (diff) | |
download | FreeBSD-ports-0711316f43c28e8d18842119923504d002637842.zip FreeBSD-ports-0711316f43c28e8d18842119923504d002637842.tar.gz |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 10552e7..495051d 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -7,11 +7,8 @@ PORTNAME= libgcrypt PORTVERSION= 1.1.11 CATEGORIES= security -MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/libgcrypt/ \ - ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/ \ - http://ftp.hi.is/pub/mirrors/gnupg/alpha/libgcrypt/ \ - http://www.mirrors.wiretapped.net/security/cryptography/apps/pgp/GnuPG/alpha/libgcrypt/ \ - ${MASTER_SITE_RINGSERVER}/net/gnupg/alpha/libgcrypt/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= alpha/libgcrypt MAINTAINER= arved@FreeBSD.org |