summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-05-25 23:59:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-05-25 23:59:01 +0000
commitadc9115e7652478011f6d85a3b1a913269db8c3b (patch)
tree2414771ffe37f6211afd61abfcf98edbb6640a43 /games-action/moon-buggy/moon-buggy-1.0.ebuild
parentBug #109685, version bump and QA cleanup. (diff)
downloadhistorical-adc9115e7652478011f6d85a3b1a913269db8c3b.tar.gz
historical-adc9115e7652478011f6d85a3b1a913269db8c3b.tar.bz2
historical-adc9115e7652478011f6d85a3b1a913269db8c3b.zip
use eautoreconf
Package-Manager: portage-2.1_rc2-r2
Diffstat (limited to 'games-action/moon-buggy/moon-buggy-1.0.ebuild')
-rw-r--r--games-action/moon-buggy/moon-buggy-1.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/moon-buggy/moon-buggy-1.0.ebuild b/games-action/moon-buggy/moon-buggy-1.0.ebuild
index 6de3eef7e597..e0b0c647b6b4 100644
--- a/games-action/moon-buggy/moon-buggy-1.0.ebuild
+++ b/games-action/moon-buggy/moon-buggy-1.0.ebuild
@@ -1,8 +1,8 @@
-# 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-action/moon-buggy/moon-buggy-1.0.ebuild,v 1.4 2005/09/02 19:39:35 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/moon-buggy/moon-buggy-1.0.ebuild,v 1.5 2006/05/25 23:59:01 mr_bones_ Exp $
-inherit eutils games
+inherit autotools eutils games
DESCRIPTION="A simple console game, where you drive a car across the moon's surface"
HOMEPAGE="http://www.seehuhn.de/comp/moon-buggy.html"
@@ -26,7 +26,7 @@ src_unpack() {
|| die "sed Makefile.in failed"
use esd && epatch sound.patch
rm -f missing
- autoreconf -i || die "autoreconf failed"
+ eautoreconf
}
src_compile() {