diff options
author | dougb <dougb@FreeBSD.org> | 2001-01-31 15:21:26 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-01-31 15:21:26 +0800 |
commit | 81957eae47f487153b942f86869911e8c8126f60 (patch) | |
tree | 8f510c860d3968c917197cc367b18b43339bdae6 /net/bind8 | |
parent | aff3d917626281f3b18d41d70b0382eab983d6e3 (diff) | |
download | freebsd-ports-gnome-81957eae47f487153b942f86869911e8c8126f60.tar.gz freebsd-ports-gnome-81957eae47f487153b942f86869911e8c8126f60.tar.zst freebsd-ports-gnome-81957eae47f487153b942f86869911e8c8126f60.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/bind8')
-rw-r--r-- | net/bind8/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |