diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 06:17:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 06:17:32 +0000 |
commit | 85fcbc81d75d87cfa5ce2f42e284f127ae5a5921 (patch) | |
tree | 69c0aea8415e5bdbc2dd9d0b46c2124e73e997e2 /dns/adns | |
parent | 8cfb978e539f51ffd0a93c640e2a0448cde1323f (diff) | |
download | ports-85fcbc81d75d87cfa5ce2f42e284f127ae5a5921.tar.gz ports-85fcbc81d75d87cfa5ce2f42e284f127ae5a5921.zip |
Notes
Diffstat (limited to 'dns/adns')
-rw-r--r-- | dns/adns/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile index 3b3bd22bf384..f7d7a03453db 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -9,8 +9,7 @@ PORTNAME= adns PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ \ - http://www.chiark.greenend.org.uk/~ian/adns/ftp/ +MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/ MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use, asynchronous-capable DNS client library and utilities |