diff options
author | jmc <jmc> | 2003-08-03 07:39:58 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-08-03 07:39:58 +0000 |
commit | 64b0d46131c594b5dd3e16a80adab84feb619632 (patch) | |
tree | 2cbfbe5f9bc3d7a4939bc2964d771239d400b427 /net/bind8 | |
parent | b9df5d95afd8173fe09ad3ea5208a1fec9da6f8e (diff) | |
download | pkgsrc-64b0d46131c594b5dd3e16a80adab84feb619632.tar.gz |
Typo in data directory made vs one actually used.
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 135f59c1741..61bac0736e6 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,5 +1,5 @@ # -# $NetBSD: Makefile,v 1.21 2003/07/31 23:58:48 seb Exp $ +# $NetBSD: Makefile,v 1.22 2003/08/03 07:39:58 jmc Exp $ # # FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp # @@ -41,7 +41,7 @@ post-extract: ${RM} -f *.lst* *~ *.BAK *.CKP *.orig post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind8 + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/bind8 cd ${WRKDIR}/doc/html && \ ${PAX} -rw * ${PREFIX}/share/doc/html/bind8 |