mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
bf3db438d8
While there, move named-journalprint from bind-tools to bind9, it is only useful on machines with BIND9 running, where journal files actually exist. The man page was already in the correct port.
32 lines
786 B
Plaintext
32 lines
786 B
Plaintext
Only select the "tools" part of bind for building.
|
|
|
|
--- Makefile.am.orig 2020-07-20 08:13:37 UTC
|
|
+++ Makefile.am
|
|
@@ -8,8 +8,6 @@ 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
|
|
|
|
EXTRA_DIST = \
|
|
--- bin/Makefile.am.orig 2020-07-20 08:13:37 UTC
|
|
+++ bin/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
|
|
+SUBDIRS = dig delv dnssec tools nsupdate
|
|
|
|
if HAVE_PKCS11
|
|
SUBDIRS += pkcs11
|
|
--- bin/tools/Makefile.am.orig 2020-07-20 08:13:37 UTC
|
|
+++ bin/tools/Makefile.am
|
|
@@ -11,7 +11,6 @@ LDADD = \
|
|
bin_PROGRAMS = \
|
|
arpaname \
|
|
mdig \
|
|
- named-journalprint \
|
|
named-rrchecker \
|
|
nsec3hash
|
|
|