diff options
Diffstat (limited to 'net/bind4')
-rw-r--r-- | net/bind4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile index bb1941e28b3..631f8a642da 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/12/07 02:39:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/29 12:41:54 jmmv Exp $ # DISTNAME= bind-4.9.11-REL PKGNAME= bind-4.9.11 +WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/4.9.11/ @@ -10,8 +11,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.isc.org/ COMMENT= The BIND name server, version 4, as an alternative to BIND 8 -WRKSRC= ${WRKDIR} - .if !exists(/usr/sbin/named-bootconf) PKG_FAIL_REASON= "${PKGNAME} is intended for NetBSD 1.4 or higher" .endif |