summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-07-12 18:45:34 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-07-12 18:45:34 +0300
commit3416148b496383328218f1d9293ed0b7e45970aa (patch)
treea9c6c53d4c5e88416294e2ff74267b431fa91067 /net-dns
parentnet-dns/bind: respect ar (diff)
downloadgentoo-3416148b496383328218f1d9293ed0b7e45970aa.tar.gz
gentoo-3416148b496383328218f1d9293ed0b7e45970aa.tar.bz2
gentoo-3416148b496383328218f1d9293ed0b7e45970aa.zip
net-dns/bind: remove more manpages
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/bind-9.16.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind/bind-9.16.4.ebuild b/net-dns/bind/bind-9.16.4.ebuild
index 35625f9dfc9c..8b84f1ce4011 100644
--- a/net-dns/bind/bind-9.16.4.ebuild
+++ b/net-dns/bind/bind-9.16.4.ebuild
@@ -192,7 +192,7 @@ src_install() {
newenvd "${FILESDIR}"/10bind.env 10bind
# Let's get rid of those tools and their manpages since they're provided by bind-tools
- rm -f "${ED}"/usr/share/man/man1/{dig,host,nslookup}.1* || die
+ rm -f "${ED}"/usr/share/man/man1/{dig,host,nslookup,delv,nsupdate}.1* || die
rm -f "${ED}"/usr/share/man/man8/nsupdate.8* || die
rm -f "${ED}"/usr/bin/{dig,host,nslookup,nsupdate} || die
rm -f "${ED}"/usr/sbin/{dig,host,nslookup,nsupdate} || die