aboutsummaryrefslogtreecommitdiff
path: root/dns/bind9-devel/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-05-11 16:00:53 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-05-11 16:00:53 +0000
commit8f7615b355d04bcb047c787fc53a1d870737b9a0 (patch)
tree1ac6d07622cb8bf148e2f1e9aa6df967496ea53f /dns/bind9-devel/files
parent19040fa69075e3bcab6dd1ce7221337ff8064bf3 (diff)
downloadports-8f7615b355d04bcb047c787fc53a1d870737b9a0.tar.gz
ports-8f7615b355d04bcb047c787fc53a1d870737b9a0.zip
Add a hook to be able to build dns/bind-tools with dns/bind9-devel.
While there, fixup patches.
Notes
Notes: svn path=/head/; revision=534920
Diffstat (limited to 'dns/bind9-devel/files')
-rw-r--r--dns/bind9-devel/files/extrapatch-bind-tools14
1 files changed, 3 insertions, 11 deletions
diff --git a/dns/bind9-devel/files/extrapatch-bind-tools b/dns/bind9-devel/files/extrapatch-bind-tools
index 8223daf4f5ef..88a99ad81e39 100644
--- a/dns/bind9-devel/files/extrapatch-bind-tools
+++ b/dns/bind9-devel/files/extrapatch-bind-tools
@@ -2,21 +2,13 @@ Only select the "tools" part of bind for building.
--- Makefile.am.orig 2020-05-10 23:44:14 UTC
+++ Makefile.am
-@@ -1,13 +1,9 @@
- include $(top_srcdir)/Makefile.top
-
--SUBDIRS = . libltdl lib doc bin
-+SUBDIRS = . libltdl lib bin
-
- BUILT_SOURCES = bind.keys.h
- CLEANFILES = bind.keys.h
-
+@@ -8,6 +8,4 @@ CLEANFILES = bind.keys.h
bind.keys.h: bind.keys Makefile
${PERL} ${top_srcdir}/util/bindkeys.pl < ${top_srcdir}/bind.keys > $@
--
+
-dist_sysconf_DATA = bind.keys
-
--.PHONY: doc
+ .PHONY: doc
--- bin/Makefile.am.orig 2020-05-10 23:44:14 UTC
+++ bin/Makefile.am
@@ -1,4 +1,4 @@