app-shells/tcsh-6.24.12: fix USE=man #931820

Closes: https://bugs.gentoo.org/931820
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen
2024-05-12 21:10:40 +02:00
parent b54e8b215f
commit 37de4d46f2

View File

@@ -94,9 +94,8 @@ src_install() {
DOCS=( FAQ Fixes Ported README.md WishList Y2K )
einstalldocs
if use man ; then
mv tcsh.man{,1}
doman tcsh.man1
if ! use man ; then
rm -Rf "${ED}"/usr/share/man
fi
insinto /etc