diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 19:18:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 19:18:08 +0800 |
commit | f1158ce2774dc2b7248d75cf485c0c0c682d8d27 (patch) | |
tree | e31bba89c9cc1dffc8e4fd450dea85441b2eeacc /security/gnutls/Makefile | |
parent | abc5915a7cb54747b3eb22250ad4952c5bcac63f (diff) | |
download | freebsd-ports-gnome-f1158ce2774dc2b7248d75cf485c0c0c682d8d27.tar.gz freebsd-ports-gnome-f1158ce2774dc2b7248d75cf485c0c0c682d8d27.tar.zst freebsd-ports-gnome-f1158ce2774dc2b7248d75cf485c0c0c682d8d27.zip |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 4bf0a73cfa2f..b304e8d953c1 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -9,11 +9,11 @@ PORTNAME= gnutls PORTVERSION= 0.6.0 PORTREVISION= 1 CATEGORIES= security net -MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ - ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/ \ ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/ \ ftp://ftp.gnutls.org/pub/gnutls/ +MASTER_SITE_SUBDIR= alpha/gnutls MAINTAINER= sergei@kolobov.com |