summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-04-10 18:38:26 +0000
committerFabian Groffen <grobian@gentoo.org>2007-04-10 18:38:26 +0000
commite070e56f6d407c0603e60874862fa0d8a5a4447b (patch)
tree52493a42967ab3326bc4104590ce856f2ceddca8 /app-shells/tcsh/tcsh-6.14-r33.ebuild
parentAssigned package to vdr-team. (diff)
downloadhistorical-e070e56f6d407c0603e60874862fa0d8a5a4447b.tar.gz
historical-e070e56f6d407c0603e60874862fa0d8a5a4447b.tar.bz2
historical-e070e56f6d407c0603e60874862fa0d8a5a4447b.zip
Make installing html docs not require some sort of input via STDIN
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-shells/tcsh/tcsh-6.14-r33.ebuild')
-rw-r--r--app-shells/tcsh/tcsh-6.14-r33.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/tcsh/tcsh-6.14-r33.ebuild b/app-shells/tcsh/tcsh-6.14-r33.ebuild
index cd9a0e570345..6917fbb9622e 100644
--- a/app-shells/tcsh/tcsh-6.14-r33.ebuild
+++ b/app-shells/tcsh/tcsh-6.14-r33.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r33.ebuild,v 1.1 2007/03/22 10:39:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r33.ebuild,v 1.2 2007/04/10 18:38:26 grobian Exp $
inherit eutils
@@ -47,7 +47,7 @@ src_install() {
emake DESTDIR="${D}" install install.man || die
if use perl ; then
- perl tcsh.man2html || die
+ perl tcsh.man2html tcsh.man || die
dohtml tcsh.html/*.html
fi