diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/bind4 | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/bind4')
-rw-r--r-- | net/bind4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile index 69b16d777db..c038934d9e4 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 22:51:01 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:22:18 agc 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/ @@ -11,6 +10,8 @@ MAINTAINER= tech-pkg@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 |