diff --git a/app-shells/tcsh/tcsh-6.24.12.ebuild b/app-shells/tcsh/tcsh-6.24.12.ebuild index 32e21c05882c1..dc82102416f23 100644 --- a/app-shells/tcsh/tcsh-6.24.12.ebuild +++ b/app-shells/tcsh/tcsh-6.24.12.ebuild @@ -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