diff options
author | 2000-10-23 11:27:12 +0000 | |
---|---|---|
committer | 2000-10-23 11:27:12 +0000 | |
commit | 9e13c8e47f3bbca950e58aea1e59b0c3e49178bb (patch) | |
tree | 5ebe4a5c044403cdf0aef383aaaf8e86d5874b84 /app-shells | |
parent | dependency code first commit (diff) | |
download | historical-9e13c8e47f3bbca950e58aea1e59b0c3e49178bb.tar.gz historical-9e13c8e47f3bbca950e58aea1e59b0c3e49178bb.tar.bz2 historical-9e13c8e47f3bbca950e58aea1e59b0c3e49178bb.zip |
*** empty log message ***
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/tcsh-6.09-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/tcsh/tcsh-6.09-r1.ebuild b/app-shells/tcsh/tcsh-6.09-r1.ebuild index 908a8cd21bb4..a1baa0a3cbb6 100644 --- a/app-shells/tcsh/tcsh-6.09-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.09-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.09-r1.ebuild,v 1.4 2000/09/15 20:08:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.09-r1.ebuild,v 1.5 2000/10/23 11:27:12 achim Exp $ P=tcsh-6.09 A=${P}.tar.gz @@ -19,8 +19,8 @@ src_compile() { src_install() { cd ${S} try make DESTDIR=${D} install install.man - prepman - perl tcsh.man2html + try perl tcsh.man2html + dosym tcsh /bin/csh dodoc FAQ Fixes NewThings Ported README WishList Y2K docinto html dodoc tcsh.html/*.html |