diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 10:51:48 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 10:51:48 +0000 |
commit | b678a3a32c4c27a7a35e43315edab892250048de (patch) | |
tree | 8436745b8aa4ff45c12d122d6c27c1b460566025 /security/libgcrypt/Makefile | |
parent | 16c5759605d8ffa5a167e717773038c4110205bf (diff) | |
download | ports-b678a3a32c4c27a7a35e43315edab892250048de.tar.gz ports-b678a3a32c4c27a7a35e43315edab892250048de.zip |
Use MASTER_SITE_GNUPG
Notes
Notes:
svn path=/head/; revision=75555
Diffstat (limited to 'security/libgcrypt/Makefile')
-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 10552e7c6e4d..495051da8781 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 |