summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-04 02:23:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-04 02:23:03 +0000
commitc7e87fb6125b7e0e035f0686118c1f1cb6ebd391 (patch)
tree7be6343d409c3f93a95c955c88c2c8ff94b5e59f /games-sports/foosball
parentChanging mad dep to madplay. (diff)
downloadhistorical-c7e87fb6125b7e0e035f0686118c1f1cb6ebd391.tar.gz
historical-c7e87fb6125b7e0e035f0686118c1f1cb6ebd391.tar.bz2
historical-c7e87fb6125b7e0e035f0686118c1f1cb6ebd391.zip
IUSE
Diffstat (limited to 'games-sports/foosball')
-rw-r--r--games-sports/foosball/foosball-0.92.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-sports/foosball/foosball-0.92.ebuild b/games-sports/foosball/foosball-0.92.ebuild
index 842139dfdf6a..8204e8f78a28 100644
--- a/games-sports/foosball/foosball-0.92.ebuild
+++ b/games-sports/foosball/foosball-0.92.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/foosball/foosball-0.92.ebuild,v 1.3 2004/03/20 12:59:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foosball/foosball-0.92.ebuild,v 1.4 2004/05/04 02:23:03 mr_bones_ Exp $
inherit games
@@ -11,11 +11,12 @@ SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
DEPEND="media-libs/libsdl"
src_install() {
- emake install DESTDIR=${D} || die
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog README TODO
prepgamesdirs
}