diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 21:46:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 21:46:40 +0000 |
commit | 2910c91d6e9a0646620769bea2f0d64e31690ac1 (patch) | |
tree | 58abb57ae23ef96c6520562207c5fb900d800caf /net-ftp | |
parent | added keywords (diff) | |
download | gentoo-2-2910c91d6e9a0646620769bea2f0d64e31690ac1.tar.gz gentoo-2-2910c91d6e9a0646620769bea2f0d64e31690ac1.tar.bz2 gentoo-2-2910c91d6e9a0646620769bea2f0d64e31690ac1.zip |
Added HOMEPAGE variable
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftp/ftp-0.17-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild index 804f76446ac9..58d27d9421cf 100644 --- a/net-ftp/ftp/ftp-0.17-r1.ebuild +++ b/net-ftp/ftp/ftp-0.17-r1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 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.10 2002/09/14 15:51:24 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.11 2002/09/21 21:46:40 vapier Exp $ MY_P=netkit-${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" +HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" |