diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 02:25:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 02:25:39 +0000 |
commit | 1397484e943b0dce550d9287d3ea0e7cc300cce6 (patch) | |
tree | 2d48567f7f92b6b83e8188bb626acf0a989ac3c2 /app-text/psiconv | |
parent | sync IUSE (+doc) (Manifest recommit) (diff) | |
download | gentoo-2-1397484e943b0dce550d9287d3ea0e7cc300cce6.tar.gz gentoo-2-1397484e943b0dce550d9287d3ea0e7cc300cce6.tar.bz2 gentoo-2-1397484e943b0dce550d9287d3ea0e7cc300cce6.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'app-text/psiconv')
-rw-r--r-- | app-text/psiconv/psiconv-0.8.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/psiconv/psiconv-0.8.3.ebuild b/app-text/psiconv/psiconv-0.8.3.ebuild index 84be9f2d0e06..21368e9bfc28 100644 --- a/app-text/psiconv/psiconv-0.8.3.ebuild +++ b/app-text/psiconv/psiconv-0.8.3.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/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.7 2004/07/01 12:01:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.8 2004/07/14 02:24:28 agriffis Exp $ IUSE="doc" -S=${WORKDIR}/${P} DESCRIPTION="An interpreter for Psion 5(MX) file formats" HOMEPAGE="http://huizen.dds.nl/~frodol/psiconv" SRC_URI="http://huizen.dds.nl/~frodol/psiconv/${P}.tar.gz" |