diff options
Diffstat (limited to 'dns/hesiod/Makefile')
-rw-r--r-- | dns/hesiod/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index 8698e2b037fe..ed6192d65eef 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -5,9 +5,9 @@ PORTNAME= hesiod PORTVERSION= 3.2.1 PORTREVISION= 2 CATEGORIES= dns -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ +MASTER_SITES= http://BSDforge.com/projects/source/dns/hesiod/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Directory service built on DNS and BIND LICENSE= BSD2CLAUSE @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= IDN OPTIONS_DEFAULT=IDN -BROKEN= Does not fetch USES= libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules |