diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-24 06:13:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-24 06:13:41 +0000 |
commit | a7f8f4908dba381b7a134673db55077206d4de0a (patch) | |
tree | 5a44a7ade4f53952988fe14e7ae6119f050914b6 /net-misc/hylafax | |
parent | ICC 6.0 is now available from Intel's website. Just adding the new package. (diff) | |
download | gentoo-2-a7f8f4908dba381b7a134673db55077206d4de0a.tar.gz gentoo-2-a7f8f4908dba381b7a134673db55077206d4de0a.tar.bz2 gentoo-2-a7f8f4908dba381b7a134673db55077206d4de0a.zip |
fixed SRC_URI statement
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r-- | net-misc/hylafax/hylafax-4.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/hylafax/hylafax-4.1.2.ebuild b/net-misc/hylafax/hylafax-4.1.2.ebuild index d8fa7854edde..be5b19568297 100644 --- a/net-misc/hylafax/hylafax-4.1.2.ebuild +++ b/net-misc/hylafax/hylafax-4.1.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.2.ebuild,v 1.1 2002/04/24 05:13:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.2.ebuild,v 1.2 2002/04/24 06:13:41 seemant Exp $ S=${WORKDIR}/${P} MYSED=sed-3.02 PATCHES=${WORKDIR}/patches DESCRIPTION="Fax package for class 1 and 2 fax modems." -SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz SRC_URI=ftp://alpha.gnu.org/pub/gnu/sed/${MYSED}.tar.gz" +SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz ftp://alpha.gnu.org/pub/gnu/sed/${MYSED}.tar.gz" HOMEPAGE="http://www.hylafax.org" DEPEND="net-dialup/mgetty |