diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-12-03 22:14:45 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-12-03 22:14:45 +0000 |
commit | f6d8743f8c414b5dcf4e22a19e70f15e38a3e506 (patch) | |
tree | 9c05b1c9b1f0698bac11a5f4c4c0efff8b8bd010 /net/bind8/Makefile | |
parent | b6aad918a4bdb0d0da086e0b90c3419d7339dc26 (diff) | |
download | pkgsrc-f6d8743f8c414b5dcf4e22a19e70f15e38a3e506.tar.gz |
Change MAINTAINER to "tech-pkg" instead of the previous "packages".
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r-- | net/bind8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 61bac0736e6..6e6a72fd70a 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,5 +1,5 @@ # -# $NetBSD: Makefile,v 1.22 2003/08/03 07:39:58 jmc Exp $ +# $NetBSD: Makefile,v 1.23 2003/12/03 22:14:46 kristerw Exp $ # # FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp # @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${BIND_VERSION}/ DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz -MAINTAINER= packages@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ COMMENT= The Berkeley Internet Name Daemon, an implementation of DNS |