summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bind8/Makefile5
-rw-r--r--net/bind8/pkg-plist6
2 files changed, 10 insertions, 1 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile
index b0ac451..e456cc4 100644
--- a/net/bind8/Makefile
+++ b/net/bind8/Makefile
@@ -61,12 +61,15 @@ post-install:
cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
${MAKEFILE} clean all ${INSTALL_TARGET}
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}/html
+ @${MKDIR} ${DOCSDIR}/html ${DOCSDIR}/misc
${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${DOCSDIR}/html
${CP} -Rp ${WRKDIR}/src/conf ${DOCSDIR}
.for file in CHANGES DNSSEC LICENSE LICENSE_RSA README SUPPORT TODO
${INSTALL_DATA} ${WRKDIR}/src/${file} ${DOCSDIR}
.endfor
+.for file in DynamicUpdate FAQ.* *.txt
+ ${INSTALL_DATA} ${WRKDIR}/doc/misc/${file} ${DOCSDIR}/misc
+.endfor
.endif
.include <bsd.port.mk>
diff --git a/net/bind8/pkg-plist b/net/bind8/pkg-plist
index aa7c8ee..77fa006 100644
--- a/net/bind8/pkg-plist
+++ b/net/bind8/pkg-plist
@@ -68,6 +68,11 @@ sbin/ndc
%%PORTDOCS%%share/doc/bind/html/server.html
%%PORTDOCS%%share/doc/bind/html/trusted-keys.html
%%PORTDOCS%%share/doc/bind/html/zone.html
+%%PORTDOCS%%share/doc/bind/misc/DynamicUpdate
+%%PORTDOCS%%share/doc/bind/misc/FAQ.1of2
+%%PORTDOCS%%share/doc/bind/misc/FAQ.2of2
+%%PORTDOCS%%share/doc/bind/misc/rfc2317-notes.txt
+%%PORTDOCS%%share/doc/bind/misc/style.txt
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@@ -80,4 +85,5 @@ share/misc/nslookup.help
%%PORTDOCS%%@dirrm share/doc/bind/conf/workstation
%%PORTDOCS%%@dirrm share/doc/bind/conf
%%PORTDOCS%%@dirrm share/doc/bind/html
+%%PORTDOCS%%@dirrm share/doc/bind/misc
%%PORTDOCS%%@dirrm share/doc/bind/
OpenPOWER on IntegriCloud