summaryrefslogtreecommitdiff
path: root/net/bind8
diff options
context:
space:
mode:
authorjmc <jmc>2002-02-06 03:35:39 +0000
committerjmc <jmc>2002-02-06 03:35:39 +0000
commit8ff8cd2bd16027ea8b254990e41c6d3c53ea1e99 (patch)
tree336e4c697c2496e9b04c95f45abe97bfb35cce55 /net/bind8
parent2214459272c9a9549f56dd104e171938f5e58647 (diff)
downloadpkgsrc-8ff8cd2bd16027ea8b254990e41c6d3c53ea1e99.tar.gz
bsd.pkg.install.mk is supposed to come before bsd.pkg.mk per Packages.txt
Diffstat (limited to 'net/bind8')
-rw-r--r--net/bind8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile
index 9839ef12c09..9bb951ee239 100644
--- a/net/bind8/Makefile
+++ b/net/bind8/Makefile
@@ -1,5 +1,5 @@
#
-# $NetBSD: Makefile,v 1.9 2001/12/24 14:10:54 abs Exp $
+# $NetBSD: Makefile,v 1.10 2002/02/06 03:35:39 jmc Exp $
#
# FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp
#
@@ -39,5 +39,5 @@ post-install:
(cd ${WRKDIR}/doc/html/; tar Bpcf - .) | (cd ${PREFIX}/share/doc/bind8; tar Bpxf -)
${INSTALL_SCRIPT} ${WRKDIR}/named.sh ${PREFIX}/etc/rc.d/named
-.include "../../mk/bsd.pkg.mk"
.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/bsd.pkg.mk"