diff options
author | tron <tron@pkgsrc.org> | 2004-10-01 21:33:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-10-01 21:33:31 +0000 |
commit | cfa99de33d91500e2b0596d0b3905a0242a3255f (patch) | |
tree | d7cc97ae2c73d7e16d040a62e4bde9470f24cd80 | |
parent | d1b90dd1c0c3b983a68fa9b5422da00055100bbd (diff) | |
download | pkgsrc-cfa99de33d91500e2b0596d0b3905a0242a3255f.tar.gz |
Correct maintainer which was simply copied from the "bind9" package:
un-ichiro itojun Hagino created this package, so list him.
-rw-r--r-- | net/bind9-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 6b97d126785..e418a743d9e 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.45 2004/08/27 06:29:09 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2004/10/01 21:33:31 tron Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= bind-${BIND_VERSION} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ -MAINTAINER= hubertf@NetBSD.org +MAINTAINER= itojun@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS |