svn commit: r186464 - in head: share/doc/bind9 usr.bin/nsupdate
Doug Barton
dougb at FreeBSD.org
Tue Dec 23 22:51:10 UTC 2008
Author: dougb
Date: Tue Dec 23 22:51:10 2008
New Revision: 186464
URL: http://svn.freebsd.org/changeset/base/186464
Log:
Update bmake glue for changes in 9.4.3
Modified:
head/share/doc/bind9/Makefile
head/usr.bin/nsupdate/Makefile
Modified: head/share/doc/bind9/Makefile
==============================================================================
--- head/share/doc/bind9/Makefile Tue Dec 23 22:50:39 2008 (r186463)
+++ head/share/doc/bind9/Makefile Tue Dec 23 22:51:10 2008 (r186464)
@@ -20,7 +20,7 @@ ARM= Bv9ARM.ch01.html Bv9ARM.ch02.html
man.rndc.html
ARMDIR= ${TOPDIR}/arm
MISC= dnssec format-options.pl ipv6 migration migration-4to9 \
- options rfc-compliance roadmap sdb
+ options rfc-compliance roadmap sdb sort-options.pl
MISCDIR= ${TOPDIR}/misc
.include <bsd.prog.mk>
Modified: head/usr.bin/nsupdate/Makefile
==============================================================================
--- head/usr.bin/nsupdate/Makefile Tue Dec 23 22:50:39 2008 (r186463)
+++ head/usr.bin/nsupdate/Makefile Tue Dec 23 22:51:10 2008 (r186464)
@@ -18,7 +18,7 @@ CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATO
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
-MAN= nsupdate.8
+MAN= nsupdate.1
MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf at g" \
-e "s@^\.HP [0-9]* @@"
More information about the svn-src-all
mailing list