diff options
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r-- | net/bind8/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index b75e2c08e37..dbd775c4554 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,11 +1,12 @@ # -# $NetBSD: Makefile,v 1.14 2002/06/28 06:03:04 itojun Exp $ +# $NetBSD: Makefile,v 1.15 2002/11/14 04:13:46 itojun Exp $ # # FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp # DISTNAME= bind PKGNAME= bind-${BIND_VERSION} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/src CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${BIND_VERSION}/ @@ -15,6 +16,9 @@ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ COMMENT= The Berkeley Internet Name Daemon, an implementation of DNS +PATCH_SITES= http://www.isc.org/products/BIND/patches/ +PATCHFILES= bind833.diff + Y2K= http://www.isc.org/ISC/y2k.html BIND_VERSION= 8.3.3 |