diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2022-02-10 14:32:12 +0100 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2022-02-10 16:35:27 +0100 |
commit | e84b73e5ff1fdb67c9479b0182aa2035e16aacad (patch) | |
tree | fb1d84b2d0df8058a7d98da98d753ca18f4e2ceb /dns/bind916/files/extrapatch-bind-tools | |
parent | www/h2o-devel: update to 20220210 snapshot (diff) |
dns/bind916: update to 9.16.25
Add back the Administrator Reference Manual in the DOCS option.
Changes: https://downloads.isc.org/isc/bind9/9.16.25/doc/arm/html/notes.html#notes-for-bind-9-16-25
Diffstat (limited to 'dns/bind916/files/extrapatch-bind-tools')
-rw-r--r-- | dns/bind916/files/extrapatch-bind-tools | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dns/bind916/files/extrapatch-bind-tools b/dns/bind916/files/extrapatch-bind-tools index 966809ffc7cd..9db9e178cdea 100644 --- a/dns/bind916/files/extrapatch-bind-tools +++ b/dns/bind916/files/extrapatch-bind-tools @@ -1,8 +1,8 @@ Only select the "tools" part of bind for building. ---- Makefile.in.orig 2021-06-08 10:45:10 UTC +--- Makefile.in.orig 2022-01-12 13:50:10 UTC +++ Makefile.in -@@ -17,7 +17,7 @@ W3M = @W3M@ +@@ -19,7 +19,7 @@ W3M = @W3M@ VERSION=@BIND9_VERSION@ @@ -11,7 +11,7 @@ Only select the "tools" part of bind for building. TARGETS = PREREQS = bind.keys.h -@@ -51,7 +51,6 @@ installdirs: +@@ -53,7 +53,6 @@ installdirs: $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sysconfdir} install:: installdirs @@ -19,9 +19,9 @@ Only select the "tools" part of bind for building. uninstall:: rm -f ${DESTDIR}${sysconfdir}/bind.keys ---- bin/Makefile.in.orig 2021-06-08 10:45:10 UTC +--- bin/Makefile.in.orig 2022-01-12 13:50:10 UTC +++ bin/Makefile.in -@@ -11,8 +11,8 @@ srcdir = @srcdir@ +@@ -13,8 +13,8 @@ srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ |