summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-06-09 14:17:36 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-06-09 14:17:36 +0000
commit81f0c2ade950f4467b0d2fc11b1aa2aef0b7564b (patch)
treec001dfcc1ae60eec515fecdea139442b0a27576c
parent95fdfe1f1ee217b54cc2226758305ba03d0c22e0 (diff)
downloadfreebsd-ports-81f0c2ade950f4467b0d2fc11b1aa2aef0b7564b.zip
Do install a rndc.conf.sample.
Sponsored by: Absolight
-rw-r--r--dns/bind98/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index 8cabe3bd8097..8ae28f8e2b9a 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -205,6 +205,7 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/empty.db ${STAGEDIR}${ETCDIR}/master
${INSTALL_DATA} ${FILESDIR}/localhost-forward.db ${STAGEDIR}${ETCDIR}/master
${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/master
+ ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf ${STAGEDIR}${ETCDIR}/rndc.conf.sample
.endif
.include <bsd.port.mk>