diff options
Diffstat (limited to 'games-mud/mcl/mcl-0.53.00.ebuild')
-rw-r--r-- | games-mud/mcl/mcl-0.53.00.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/games-mud/mcl/mcl-0.53.00.ebuild b/games-mud/mcl/mcl-0.53.00.ebuild index 5fb99bdc12c5..9f5b32537b6c 100644 --- a/games-mud/mcl/mcl-0.53.00.ebuild +++ b/games-mud/mcl/mcl-0.53.00.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-mud/mcl/mcl-0.53.00.ebuild,v 1.12 2005/05/01 17:20:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.13 2006/10/20 01:11:22 nyhm Exp $ -inherit eutils gnuconfig games +inherit eutils games DESCRIPTION="A console MUD client scriptable in Perl and Python" HOMEPAGE="http://www.andreasen.org/mcl/" @@ -10,11 +10,10 @@ SRC_URI="http://www.andreasen.org/mcl/dist/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ppc" +KEYWORDS="amd64 ppc x86" IUSE="python perl" -DEPEND="virtual/libc - perl? ( dev-lang/perl ) +DEPEND="perl? ( dev-lang/perl ) python? ( dev-lang/python )" src_unpack() { @@ -30,7 +29,6 @@ src_unpack() { -e "/MCL_LIBRARY_PATH/ s:/usr/lib/mcl:${GAMES_LIBDIR}/${PN}:" \ h/mcl.h \ || die "sed h/mcl.h failed" - gnuconfig_update } src_compile() { @@ -42,7 +40,7 @@ src_compile() { } src_install () { - make INSTALL_ROOT="${D}" install || die "make install failed" + emake INSTALL_ROOT="${D}" install || die "emake install failed" dodoc \ doc/{Changes,Chat,Embedded,Examples,Modules,Plugins,README,TODO} \ || die "dodoc failed" |