diff options
author | jmc <jmc> | 2002-02-06 03:35:39 +0000 |
---|---|---|
committer | jmc <jmc> | 2002-02-06 03:35:39 +0000 |
commit | d9945983d6bba406952c4c8e950a816761e66beb (patch) | |
tree | 336e4c697c2496e9b04c95f45abe97bfb35cce55 /net | |
parent | 535c0e8cb4ab44c003210d86488c568947a4af96 (diff) | |
download | pkgsrc-d9945983d6bba406952c4c8e950a816761e66beb.tar.gz |
bsd.pkg.install.mk is supposed to come before bsd.pkg.mk per Packages.txt
Diffstat (limited to 'net')
-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" |