diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:57:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:57:37 +0000 |
commit | dda8ebf7f0b5e79cca385c2e9383c3e5edea42ce (patch) | |
tree | d233354e719606d9f2c85380372fddd7f6e2512b /net-misc/hylafax | |
parent | sync IUSE (missing) (diff) | |
download | historical-dda8ebf7f0b5e79cca385c2e9383c3e5edea42ce.tar.gz historical-dda8ebf7f0b5e79cca385c2e9383c3e5edea42ce.tar.bz2 historical-dda8ebf7f0b5e79cca385c2e9383c3e5edea42ce.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r-- | net-misc/hylafax/hylafax-4.1.8.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/hylafax/hylafax-4.1.8.ebuild b/net-misc/hylafax/hylafax-4.1.8.ebuild index 8c23c72173bd..64c7f603f7be 100644 --- a/net-misc/hylafax/hylafax-4.1.8.ebuild +++ b/net-misc/hylafax/hylafax-4.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.8.ebuild,v 1.7 2004/06/24 23:49:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.8.ebuild,v 1.8 2004/07/15 02:53:55 agriffis Exp $ # This is basically unchanged from the one supplied by Stephane Loeuillet # to Gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=28574 @@ -9,7 +9,6 @@ IUSE="jpeg" -S=${WORKDIR}/${P} DESCRIPTION="Client-server fax package for class 1 and 2 fax modems." HOMEPAGE="http://www.hylafax.org" SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz" |