summaryrefslogtreecommitdiff
path: root/net/bind9-current/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r--net/bind9-current/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile
index 116d8fc5918..147170ed3d4 100644
--- a/net/bind9-current/Makefile
+++ b/net/bind9-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/02/17 18:18:37 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2001/02/25 04:18:04 hubertf Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -40,11 +40,11 @@ post-build:
PLIST_SRC= ${WRKDIR}/PLIST
post-install:
- ${MKDIR} ${PREFIX}/share/doc/bind9
- ${MKDIR} ${PREFIX}/share/doc/bind9/arm
- ${MKDIR} ${PREFIX}/share/doc/bind9/draft
- ${MKDIR} ${PREFIX}/share/doc/bind9/misc
- ${MKDIR} ${PREFIX}/share/doc/bind9/rfc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9/arm
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9/draft
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9/misc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9/rfc
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bind9
${INSTALL_DATA} ${WRKSRC}/doc/arm/* ${PREFIX}/share/doc/bind9/arm
${INSTALL_DATA} ${WRKSRC}/doc/draft/* ${PREFIX}/share/doc/bind9/draft