Tweak devel/racer version 2.1.31
[dports.git] / dns / bind916 / files / extrapatch-bind-tools
1 Only select the "tools" part of bind for building.
2
3 --- Makefile.in.orig    2019-08-12 14:08:48 UTC
4 +++ Makefile.in
5 @@ -14,7 +14,7 @@ top_builddir =  @top_builddir@
6  
7  VERSION=@BIND9_VERSION@
8  
9 -SUBDIRS =      make lib fuzz bin doc
10 +SUBDIRS =      lib bin
11  TARGETS =
12  PREREQS =      bind.keys.h
13  
14 @@ -51,7 +51,6 @@ installdirs:
15         $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
16  
17  install:: installdirs
18 -       ${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
19  
20  uninstall::
21         rm -f ${DESTDIR}${sysconfdir}/bind.keys
22 --- bin/Makefile.in.orig        2019-08-12 14:08:48 UTC
23 +++ bin/Makefile.in
24 @@ -11,8 +11,8 @@ srcdir =      @srcdir@
25  VPATH =                @srcdir@
26  top_srcdir =   @top_srcdir@
27  
28 -SUBDIRS =      named rndc dig delv dnssec tools nsupdate check confgen \
29 -               @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ plugins tests
30 +SUBDIRS =      dig delv dnssec tools nsupdate \
31 +               @NZD_TOOLS@ @PYTHON_TOOLS@
32  TARGETS =
33  
34  @BIND9_MAKE_RULES@