diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:55:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:55:43 +0000 |
commit | 519fcf618053f49656486a3cf3bcebb3af54952b (patch) | |
tree | d17593999c9d668333b0920596939cf39e73397c /games-puzzle/wakkabox | |
parent | touch (diff) | |
download | gentoo-2-519fcf618053f49656486a3cf3bcebb3af54952b.tar.gz gentoo-2-519fcf618053f49656486a3cf3bcebb3af54952b.tar.bz2 gentoo-2-519fcf618053f49656486a3cf3bcebb3af54952b.zip |
tidy
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle/wakkabox')
-rw-r--r-- | games-puzzle/wakkabox/wakkabox-1.1.0.ebuild | 6 |
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 } |