summaryrefslogtreecommitdiff
path: root/net/bind4
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/bind4
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/bind4')
-rw-r--r--net/bind4/Makefile5
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