diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 10:25:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 10:25:35 +0000 |
commit | 492ffa99842835558b518a08d8ca6830bfaed773 (patch) | |
tree | 113def2d8d4e08b02deebd05c3b08f8071fbb7ff /dev-lang/hugs98 | |
parent | patches are inside the official tarball (diff) | |
download | gentoo-2-492ffa99842835558b518a08d8ca6830bfaed773.tar.gz gentoo-2-492ffa99842835558b518a08d8ca6830bfaed773.tar.bz2 gentoo-2-492ffa99842835558b518a08d8ca6830bfaed773.zip |
cleanup
Diffstat (limited to 'dev-lang/hugs98')
-rw-r--r-- | dev-lang/hugs98/hugs98-2000.12.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-lang/hugs98/hugs98-2000.12.ebuild b/dev-lang/hugs98/hugs98-2000.12.ebuild index a7cf5d3f7ae2..46547cb11da9 100644 --- a/dev-lang/hugs98/hugs98-2000.12.ebuild +++ b/dev-lang/hugs98/hugs98-2000.12.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Tom Bevan tom@regex.com.au -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2000.12.ebuild,v 1.1 2002/04/24 19:45:33 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2000.12.ebuild,v 1.2 2002/04/27 10:22:26 seemant Exp $ -P="hugs98-Dec2001" -S=${WORKDIR}/${P} +MY_P="hugs98-Dec2001" +S=${WORKDIR}/${MY_P} DESCRIPTION="The HUGS98 Haskell interpreter" -SRC_URI="http://cvs.haskell.org/Hugs/downloads/hugs98-Dec2001.tar.gz" +SRC_URI="http://cvs.haskell.org/Hugs/downloads/${MY_P}.tar.gz" HOMEPAGE="http://www.haskell.org/hugs" DEPEND="virtual/glibc" -RDEPEND="$DEPEND" src_compile() { cd ${S}/src/unix || die @@ -32,4 +31,3 @@ src_install () { install || die dodoc Credits License Readme Install } - |