diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-06 22:42:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-06 22:42:32 +0000 |
commit | abd8694cba465b8e7bcfb40b749bc5010305e6e1 (patch) | |
tree | 6bf793e6b1850b27ce11f1f3cd8c6eb10e25d252 /games-strategy/liquidwar/liquidwar-5.6.3.ebuild | |
parent | Stable on SPARC wrt bug #82431. (diff) | |
download | gentoo-2-abd8694cba465b8e7bcfb40b749bc5010305e6e1.tar.gz gentoo-2-abd8694cba465b8e7bcfb40b749bc5010305e6e1.tar.bz2 gentoo-2-abd8694cba465b8e7bcfb40b749bc5010305e6e1.zip |
stable for x86
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'games-strategy/liquidwar/liquidwar-5.6.3.ebuild')
-rw-r--r-- | games-strategy/liquidwar/liquidwar-5.6.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/liquidwar/liquidwar-5.6.3.ebuild b/games-strategy/liquidwar/liquidwar-5.6.3.ebuild index b41bdce50111..2b66d51c23b9 100644 --- a/games-strategy/liquidwar/liquidwar-5.6.3.ebuild +++ b/games-strategy/liquidwar/liquidwar-5.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.3.ebuild,v 1.2 2005/12/08 17:00:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.3.ebuild,v 1.3 2006/08/06 22:42:32 mr_bones_ Exp $ inherit flag-o-matic games @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/liquidwar/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="nls" DEPEND=">=media-libs/allegro-4.2" @@ -47,7 +47,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install_nolink || die "make install failed" + emake DESTDIR="${D}" install_nolink || die "make install failed" rm -f "${D}"/usr/share/doc/${PF}/COPYING use nls || rm -f "${D}"/usr/share/doc/${PF}/README.* prepalldocs |