summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:55:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:55:43 +0000
commit9fd92b1916d05bf8cfd44d3292a50d3dcf5cb7ee (patch)
tree0e486720f513d4cc4b778c97b08b30b5a59f50dc /games-puzzle/wakkabox
parenttouch (diff)
downloadhistorical-9fd92b1916d05bf8cfd44d3292a50d3dcf5cb7ee.tar.gz
historical-9fd92b1916d05bf8cfd44d3292a50d3dcf5cb7ee.tar.bz2
historical-9fd92b1916d05bf8cfd44d3292a50d3dcf5cb7ee.zip
tidy
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle/wakkabox')
-rw-r--r--games-puzzle/wakkabox/wakkabox-1.1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild b/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild
index dcb78df6646b..85ffa0302c1a 100644
--- a/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild
+++ b/games-puzzle/wakkabox/wakkabox-1.1.0.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-puzzle/wakkabox/wakkabox-1.1.0.ebuild,v 1.7 2004/12/28 16:42:52 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild,v 1.8 2005/10/31 08:55:43 mr_bones_ Exp $
inherit games
@@ -10,13 +10,13 @@ SRC_URI="http://kenn.frap.net/wakkabox/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
IUSE=""
DEPEND=">=media-libs/libsdl-1.0.1"
src_install() {
- egamesinstall || die
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS NEWS README
prepgamesdirs
}