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