diff options
author | mat <mat@FreeBSD.org> | 2014-06-09 22:17:36 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-06-09 22:17:36 +0800 |
commit | db5975ccf15cc5f6a8179a15c54e9692b3443d50 (patch) | |
tree | c001dfcc1ae60eec515fecdea139442b0a27576c /dns | |
parent | 38ca77674e6625cd66ddbf2e3672ac3ec6582f75 (diff) | |
download | freebsd-ports-gnome-db5975ccf15cc5f6a8179a15c54e9692b3443d50.tar.gz freebsd-ports-gnome-db5975ccf15cc5f6a8179a15c54e9692b3443d50.tar.zst freebsd-ports-gnome-db5975ccf15cc5f6a8179a15c54e9692b3443d50.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> |