diff options
author | novel <novel@FreeBSD.org> | 2009-03-14 13:51:34 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-03-14 13:51:34 +0800 |
commit | 83b0843d827778b4342672258953d0f1e921307a (patch) | |
tree | 17e76b8fd6af9e16fa56171ba9a377a86235c43f /security/gnutls/Makefile | |
parent | 7b27d791eb6971f99c6288f73a9b103af946f04d (diff) | |
download | freebsd-ports-gnome-83b0843d827778b4342672258953d0f1e921307a.tar.gz freebsd-ports-gnome-83b0843d827778b4342672258953d0f1e921307a.tar.zst freebsd-ports-gnome-83b0843d827778b4342672258953d0f1e921307a.zip |
Clean out MASTER_SITES.
Reported by: Atom Powers <apowers@digipen.edu>
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 9868215cc98f..8f901ba8ee0e 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -8,12 +8,9 @@ PORTNAME= gnutls PORTVERSION= 2.6.4 CATEGORIES= security net -MASTER_SITES= http://josefsson.org/gnutls/releases/ \ - ftp://ftp.gnutls.org/pub/gnutls/ \ - ${MASTER_SITE_GNUPG} \ - http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ - ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/ -MASTER_SITE_SUBDIR= alpha/gnutls +MASTER_SITES= ${MASTER_SITE_GNU} \ + ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= GNU Transport Layer Security library |