summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-29 21:20:06 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-29 21:20:06 +0000
commit71f230f385e6fef24042d2cfc0d4f7bc6d5190fd (patch)
tree3de66ee999608d1f412c1c6b8ac9baf4107889c3 /games-sports
parentmake it stable (diff)
downloadhistorical-71f230f385e6fef24042d2cfc0d4f7bc6d5190fd.tar.gz
historical-71f230f385e6fef24042d2cfc0d4f7bc6d5190fd.tar.bz2
historical-71f230f385e6fef24042d2cfc0d4f7bc6d5190fd.zip
make it stable
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/race/race-0.5.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/games-sports/race/race-0.5.ebuild b/games-sports/race/race-0.5.ebuild
index a788f99a03c4..87100e85b9a8 100644
--- a/games-sports/race/race-0.5.ebuild
+++ b/games-sports/race/race-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.3 2004/02/04 20:07:42 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.4 2004/02/29 21:20:06 vapier Exp $
inherit games gcc eutils
@@ -10,7 +10,7 @@ SRC_URI="ftp://users.freebsd.org.uk/pub/foobar2k/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ppc"
RDEPEND="virtual/opengl
virtual/glu
@@ -36,11 +36,11 @@ src_compile() {
}
src_install() {
- dogamesbin race || die "dogamesbin failed"
+ dogamesbin race || die "dogamesbin failed"
insinto ${GAMES_SYSCONFDIR}
- newins config race.conf || die "newins failed"
- dodir ${GAMES_DATADIR}/${PN} || die "dodir failed"
+ newins config race.conf || die "newins failed"
+ dodir ${GAMES_DATADIR}/${PN}
cp -r data/* ${D}/${GAMES_DATADIR}/${PN}/ || die "cp failed"
- dodoc README || die "dodoc failed"
+ dodoc README
prepgamesdirs
}