diff options
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/quanta-docs/quanta-docs-1.0.ebuild b/app-doc/quanta-docs/quanta-docs-1.0.ebuild index cdd52cba2f68..bfcd3c97d60e 100644 --- a/app-doc/quanta-docs/quanta-docs-1.0.ebuild +++ b/app-doc/quanta-docs/quanta-docs-1.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.2 2001/12/30 18:06:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.3 2002/05/08 08:48:43 spider Exp $ S=${WORKDIR} DESCRIPTION="Lots of docs for quanta" @@ -12,7 +12,7 @@ list="quanta-css-${PV}.tar.bz2 quanta-php-${PV}.tar.bz2" for x in $list; do - SRC_URI="$SRC_URI http://prdownloads.sourceforge.net/quanta/$x" + SRC_URI="$SRC_URI ftp://prdownloads.sourceforge.net/quanta/$x" done HOMEPAGE="http://quanta.sourceforge.net" |