diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
commit | 4104055986030bf8c02d6db5b21e06b9246746b2 (patch) | |
tree | 3a624f62812341e35581b3ec937f197bf86bcb8e /app-shells/tcsh | |
parent | dependency code first commit (diff) | |
download | gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.gz gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.bz2 gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.zip |
*** empty log message ***
Diffstat (limited to 'app-shells/tcsh')
-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 |