diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:48:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:48:10 +0000 |
commit | 9f7a920e2b8dfbc8ec19d0477415cdfc707d0bcf (patch) | |
tree | 1ffc50c7b354d238cb6e88d6925675217a8aad9b /games-mud | |
parent | sync IUSE (missing) (diff) | |
download | historical-9f7a920e2b8dfbc8ec19d0477415cdfc707d0bcf.tar.gz historical-9f7a920e2b8dfbc8ec19d0477415cdfc707d0bcf.tar.bz2 historical-9f7a920e2b8dfbc8ec19d0477415cdfc707d0bcf.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/mcl/mcl-0.52.99.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-mud/mcl/mcl-0.52.99.ebuild b/games-mud/mcl/mcl-0.52.99.ebuild index a71306a818fd..957c5148076a 100644 --- a/games-mud/mcl/mcl-0.52.99.ebuild +++ b/games-mud/mcl/mcl-0.52.99.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.52.99.ebuild,v 1.3 2004/06/24 23:00:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.52.99.ebuild,v 1.4 2004/07/14 14:48:10 agriffis Exp $ IUSE="python perl" -S="${WORKDIR}/${P}" DESCRIPTION="A console MUD client scriptable in Perl and Python" SRC_URI="http://www.andreasen.org/mcl/dist/${P}-src.tar.gz" HOMEPAGE="http://www.andreasen.org/mcl/" |