diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-01-31 07:21:26 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-01-31 07:21:26 +0000 |
commit | 858f4921c4e2b6c9627bd14eb50b524d9b13b75a (patch) | |
tree | 8075c1ed65f96e3ffa25bf0c0925b3e9e18b63d1 /net | |
parent | 2c868498a022398cb5b352f91016b53ae866f445 (diff) | |
download | freebsd-ports-858f4921c4e2b6c9627bd14eb50b524d9b13b75a.zip |
Take over maintainership of the BIND's. This is something I use every day,
so I'm on top of the security advisories, etc.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind8/Makefile | 2 | ||||
-rw-r--r-- | net/bind9/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 1b9244a5c169..bac0f25555c9 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.3/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= DougB@FreeBSD.org WRKSRC= ${WRKDIR}/src diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 21dd579104d4..30794176c933 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= DougB@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var |