diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 19:57:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 19:57:57 +0000 |
commit | 5f2d62ec679fb2f450798b481e72c497da6880c9 (patch) | |
tree | e9fe36c234d86a2d6bbdafe05060a1a7f441a484 /net-ftp/ftp | |
parent | New versions for both gthumb Gnome1 and Gnome2. Removed stale ebuilds. Added ... (diff) | |
download | historical-5f2d62ec679fb2f450798b481e72c497da6880c9.tar.gz historical-5f2d62ec679fb2f450798b481e72c497da6880c9.tar.bz2 historical-5f2d62ec679fb2f450798b481e72c497da6880c9.zip |
typo fix
Diffstat (limited to 'net-ftp/ftp')
-rw-r--r-- | net-ftp/ftp/ftp-0.17-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild index 1e72a30ffcf8..366f7be1a6d5 100644 --- a/net-ftp/ftp/ftp-0.17-r1.ebuild +++ b/net-ftp/ftp/ftp-0.17-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.6 2002/07/16 04:54:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.7 2002/07/16 19:57:57 seemant Exp $ MY_P=netkit-${P} -S=${WORKDIR}/netkit-${MY_P} +S=${WORKDIR}/${MY_P} DESCRIPTION="Standard Linux FTP client" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz" |