summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-29 21:22:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-29 21:22:19 +0000
commitbe3063a596e4964548c18f0c386df5c55d95d455 (patch)
treed17c73154dee8ab3bb9a1e68cc70b151bb5f724e /games-sports
parentmake it stable (diff)
downloadgentoo-2-be3063a596e4964548c18f0c386df5c55d95d455.tar.gz
gentoo-2-be3063a596e4964548c18f0c386df5c55d95d455.tar.bz2
gentoo-2-be3063a596e4964548c18f0c386df5c55d95d455.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
}