diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-03-14 05:51:34 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-03-14 05:51:34 +0000 |
commit | b0cc15a0395c4c07bea6a8492b213f59704dfc5b (patch) | |
tree | f33d10a0c32485fc5f922788ba42e3941b48ba54 /security/gnutls | |
parent | e0a3211a0628905e6ee8763ed1e897bd430bd32f (diff) | |
download | ports-b0cc15a0395c4c07bea6a8492b213f59704dfc5b.tar.gz ports-b0cc15a0395c4c07bea6a8492b213f59704dfc5b.zip |
Notes
Diffstat (limited to 'security/gnutls')
-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 |