diff options
Diffstat (limited to 'app-shells/tcsh/tcsh-6.24.12.ebuild')
-rw-r--r-- | app-shells/tcsh/tcsh-6.24.12.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/tcsh/tcsh-6.24.12.ebuild b/app-shells/tcsh/tcsh-6.24.12.ebuild index 32e21c05882c..dc82102416f2 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 |