Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 22:51:10 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186464 - in head: share/doc/bind9 usr.bin/nsupdate
Message-ID:  <200812232251.mBNMpAF9015894@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@g" \
 		-e "s@^\.HP [0-9]* @@"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812232251.mBNMpAF9015894>