diff options
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r-- | security/libtasn1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 207b213b5186..1f857c7fe015 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -8,11 +8,11 @@ PORTNAME= libtasn1 PORTVERSION= 0.1.2 CATEGORIES= security -MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/libtasn1/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ - ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/libtasn1/ \ ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ +MASTER_SITE_SUBDIR= alpha/gnutls/libtasn1 MAINTAINER= sergei@kolobov.com |