diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 11:18:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 11:18:08 +0000 |
commit | af0250c16ca6e713d7bdc6e1619d30b9cab6b8c7 (patch) | |
tree | 14ca4c1d656e5fdd2e5c3664e49832c249ee66e7 /security/libtasn1 | |
parent | cc7251bc490912fb1deae449ad2cb1ee102c5f4e (diff) |
Use MASTER_SITE_GNUPG
Notes
Notes:
svn path=/head/; revision=75560
Diffstat (limited to 'security/libtasn1')
-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 |