commit:     300427bf678219ce6f25a981609521ff185ff44b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 13:17:41 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 13:18:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300427bf

app-admin/newsyslog: Don't install cruft in ${T}

Closes: https://bugs.gentoo.org/840951
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild 
b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
index cf05de58e7b6..e4c307946c09 100644
--- a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
+++ b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -36,10 +36,10 @@ src_configure() {
 }
 
 src_install() {
+       # The "install" target would install cached man pages #840951
        emake \
                DESTDIR="${D}" \
-               catmandir="${T}"/dont-install \
-               install
+               install-exec install-man
 
        einstalldocs
        dodoc newsyslog.conf ToDo

Reply via email to