diff options
Diffstat (limited to 'net/bind8')
-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 f0e099e309a..cbb8fff5bea 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/03/22 18:33:57 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2006/10/04 21:53:15 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${BIND_VERSION}/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.isc.org/products/BIND/ +HOMEPAGE= http://www.isc.org/sw/bind/ COMMENT= The Berkeley Internet Name Daemon, an implementation of DNS WRKSRC= ${WRKDIR} |