diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 18:51:48 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 18:51:48 +0800 |
commit | 0711316f43c28e8d18842119923504d002637842 (patch) | |
tree | 41ea537987e20459a1433b1468d98421869cb8e7 /security/libgcrypt-devel | |
parent | b41a2208676f687543dedf188bff76c2c0a9facf (diff) | |
download | freebsd-ports-gnome-0711316f43c28e8d18842119923504d002637842.tar.gz freebsd-ports-gnome-0711316f43c28e8d18842119923504d002637842.tar.zst freebsd-ports-gnome-0711316f43c28e8d18842119923504d002637842.zip |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security/libgcrypt-devel')
-rw-r--r-- | security/libgcrypt-devel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/libgcrypt-devel/Makefile b/security/libgcrypt-devel/Makefile index 10552e7c6e4d..495051da8781 100644 --- a/security/libgcrypt-devel/Makefile +++ b/security/libgcrypt-devel/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 |