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/bind8 | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 6e6a72fd70a..2bfb4703914 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,12 +1,11 @@ # -# $NetBSD: Makefile,v 1.23 2003/12/03 22:14:46 kristerw Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/20 12:22:18 agc Exp $ # # FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp # DISTNAME= bind PKGNAME= bind-${BIND_VERSION} -WRKSRC= ${WRKDIR}/src CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${BIND_VERSION}/ DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz @@ -17,6 +16,7 @@ COMMENT= The Berkeley Internet Name Daemon, an implementation of DNS Y2K= http://www.isc.org/ISC/y2k.html +WRKSRC= ${WRKDIR}/src BIND_VERSION= 8.4.1 DIST_SUBDIR= bind/${BIND_VERSION} EXTRACT_ONLY= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz |