diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-04 01:52:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-04 01:52:17 +0000 |
commit | cc5f2ec17275361f9c9322f77042e4b92de6c2fa (patch) | |
tree | 745b518ed5ff1299042f4b740da3faa9576ad453 /games-strategy | |
parent | Collision block, bug 247394 (diff) | |
download | gentoo-2-cc5f2ec17275361f9c9322f77042e4b92de6c2fa.tar.gz gentoo-2-cc5f2ec17275361f9c9322f77042e4b92de6c2fa.tar.bz2 gentoo-2-cc5f2ec17275361f9c9322f77042e4b92de6c2fa.zip |
...and use src_configure
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wormux/wormux-0.8.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-strategy/wormux/wormux-0.8.2.ebuild b/games-strategy/wormux/wormux-0.8.2.ebuild index af99741935f7..f5b708f6c6b3 100644 --- a/games-strategy/wormux/wormux-0.8.2.ebuild +++ b/games-strategy/wormux/wormux-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.2.ebuild,v 1.2 2009/01/03 22:47:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.2.ebuild,v 1.3 2009/01/04 01:52:17 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -46,7 +46,7 @@ src_unpack() { eautoreconf } -src_compile() { +src_configure() { egamesconf \ --disable-dependency-tracking \ --with-localedir-name=/usr/share/locale \ @@ -56,7 +56,6 @@ src_compile() { $(use_enable nls) \ $(use_enable unicode fribidi) \ || die "configuration failed" - emake || die "emake failed" } src_install() { |