diff options
Diffstat (limited to 'app-text/pspell/pspell-0.12.2-r1.ebuild')
-rw-r--r-- | app-text/pspell/pspell-0.12.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pspell/pspell-0.12.2-r1.ebuild b/app-text/pspell/pspell-0.12.2-r1.ebuild index 189cbabcc589..f249e0cfb6c3 100644 --- a/app-text/pspell/pspell-0.12.2-r1.ebuild +++ b/app-text/pspell/pspell-0.12.2-r1.ebuild @@ -1,7 +1,7 @@ # 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/app-text/pspell/pspell-0.12.2-r1.ebuild,v 1.4 2002/04/28 03:59:29 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspell/pspell-0.12.2-r1.ebuild,v 1.5 2002/05/27 17:27:36 drobbins Exp $ #Remove leading zero from version number MYPV=${PV#0} @@ -10,7 +10,7 @@ S=${WORKDIR}/${PN}-${MYPV} DESCRIPTION="A spell checker frontend for aspell and ispell" -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${PN}-${MYPV}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${PN}-${MYPV}.tar.gz" HOMEPAGE="http://pspell.sourceforge.net" |