diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-09-19 03:13:05 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-09-19 03:13:05 +0000 |
commit | 29273aaf7fb0af2c248e0cf46bc899fc4526e7b8 (patch) | |
tree | cb165348247a9dc5ba1164bdfe2ab91cec9a18e5 /net-www/lynx | |
parent | an event reminder plugin for gkrellm. (diff) | |
download | gentoo-2-29273aaf7fb0af2c248e0cf46bc899fc4526e7b8.tar.gz gentoo-2-29273aaf7fb0af2c248e0cf46bc899fc4526e7b8.tar.bz2 gentoo-2-29273aaf7fb0af2c248e0cf46bc899fc4526e7b8.zip |
a small fix for an orphaned manpage getting installed to a bad spot
Diffstat (limited to 'net-www/lynx')
-rw-r--r-- | net-www/lynx/lynx-2.8.4a-r2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-www/lynx/lynx-2.8.4a-r2.ebuild b/net-www/lynx/lynx-2.8.4a-r2.ebuild index d809a2c794a7..db3aba35bb4e 100644 --- a/net-www/lynx/lynx-2.8.4a-r2.ebuild +++ b/net-www/lynx/lynx-2.8.4a-r2.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/net-www/lynx/lynx-2.8.4a-r2.ebuild,v 1.2 2001/08/31 01:07:34 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r2.ebuild,v 1.3 2001/09/19 03:13:05 woodchip Exp $ S=${WORKDIR}/lynx2-8-4 HOMEPAGE="http://lynx.browser.org/" @@ -34,7 +34,7 @@ src_compile() { --enable-included-msgs --with-zlib --host=${CHOST} ${myconf} assert - emake || die "couldnt compile! parellel make problem?" + emake || die "compile problem" } src_install() { @@ -50,4 +50,8 @@ src_install() { dodoc lynx_help/*.html docinto html/keystrokes dodoc lynx_help/keystrokes/*.html + + # small little manpage glitch + rm ${D}/usr/share/man/lynx.1 + newman lynx.man lynx.1 } |