diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:27:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:27:12 +0000 |
commit | e3e5b75c43099485e1ff10c7b477bd2c2c462a56 (patch) | |
tree | 45e495003a64569edad96b9fa1baf5130c99d784 /games-board/mt_dolphin_ia | |
parent | old (diff) | |
download | gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.tar.gz gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.tar.bz2 gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.zip |
touchups
Diffstat (limited to 'games-board/mt_dolphin_ia')
-rw-r--r-- | games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild index a1d6b7224fdd..70d21e40da01 100644 --- a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild +++ b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.2 2004/02/29 10:25:08 vapier Exp $ inherit games @@ -17,11 +17,6 @@ DEPEND="=dev-libs/glib-2* dev-games/libmaitretarot dev-games/libmt_client" -src_compile() { - egamesconf || die - emake || die -} - src_install() { make install DESTDIR=${D} || die dodoc AUTHORS BUGS ChangeLog NEWS README TODO |