diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-28 01:56:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-28 01:56:12 +0000 |
commit | 85dde121ccd769331d5543faee2ec0c3791bb557 (patch) | |
tree | f9ba9a6fb5aa3499f4c16e8f4f18561f92587397 /games-roguelike/slashem | |
parent | Add patch to make GL happy #75702 by Tom Wesley. (Manifest recommit) (diff) | |
download | gentoo-2-85dde121ccd769331d5543faee2ec0c3791bb557.tar.gz gentoo-2-85dde121ccd769331d5543faee2ec0c3791bb557.tar.bz2 gentoo-2-85dde121ccd769331d5543faee2ec0c3791bb557.zip |
only install manpages not handled by nethack #75844
Diffstat (limited to 'games-roguelike/slashem')
-rw-r--r-- | games-roguelike/slashem/slashem-0.0.760.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-roguelike/slashem/slashem-0.0.760.ebuild b/games-roguelike/slashem/slashem-0.0.760.ebuild index fca76e3f1055..d126d29a2786 100644 --- a/games-roguelike/slashem/slashem-0.0.760.ebuild +++ b/games-roguelike/slashem/slashem-0.0.760.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.760.ebuild,v 1.1 2004/12/27 03:52:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.760.ebuild,v 1.2 2004/12/28 01:56:12 vapier Exp $ inherit eutils flag-o-matic games @@ -64,7 +64,6 @@ src_unpack() { use ${v} && { ./config ${v} ../.. || die "${v} config"; } done fi -return 0 cd ${S} sed -i \ @@ -96,10 +95,9 @@ src_install() { FILE_AREA_UNSHARE=${D}/${GAMES_LIBDIR}/${PN} \ FILE_AREA_DOC=${D}/usr/share/doc/${PF} \ install || die "make install failed" - dodoc doc/*.txt dodoc dat/license - doman doc/*.6 + doman doc/slashem.6 # The final /usr/bin/slashem is a sh script. This fixes the hard-coded # HACKDIR directory so it doesn't point to ${D}/usr/share/slashemdir |