diff options
author | jmc <jmc@pkgsrc.org> | 2002-02-06 03:35:39 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-02-06 03:35:39 +0000 |
commit | 5ce11e5ccdc5ddfcaaf63c938b6bee57b017b432 (patch) | |
tree | 336e4c697c2496e9b04c95f45abe97bfb35cce55 /net/bind8 | |
parent | 25c428b38e07cc2c0631730608a8934de4155b0b (diff) | |
download | pkgsrc-5ce11e5ccdc5ddfcaaf63c938b6bee57b017b432.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/Makefile | 4 |
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" |