diff options
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 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 |