diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-03-14 13:21:23 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-03-14 13:21:23 +0000 |
commit | 8b9018ee0dce2d531fa7105ceee6ac20ca59d536 (patch) | |
tree | c9c4e52d19de5d89ccd96f6f7db2eeddda23a4bd /dns/hesiod/Makefile | |
parent | 2202934de7c8a1017316e7ec65ff936fd0639889 (diff) | |
download | ports-8b9018ee0dce2d531fa7105ceee6ac20ca59d536.tar.gz ports-8b9018ee0dce2d531fa7105ceee6ac20ca59d536.zip |
Notes
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 |