diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-09 14:17:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-09 14:17:36 +0000 |
commit | 81f0c2ade950f4467b0d2fc11b1aa2aef0b7564b (patch) | |
tree | c001dfcc1ae60eec515fecdea139442b0a27576c /dns | |
parent | 95fdfe1f1ee217b54cc2226758305ba03d0c22e0 (diff) | |
download | freebsd-ports-81f0c2ade950f4467b0d2fc11b1aa2aef0b7564b.zip |
Do install a rndc.conf.sample.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 1 |
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> |