diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-06-30 21:00:04 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-06-30 21:00:04 +0000 |
commit | 82e1e00f6e2cd37697c1710f639a13837defa722 (patch) | |
tree | 9f2309e1eed8d6923ab998e28780eec574932056 /net-ftp/gftp | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-82e1e00f6e2cd37697c1710f639a13837defa722.tar.gz gentoo-2-82e1e00f6e2cd37697c1710f639a13837defa722.tar.bz2 gentoo-2-82e1e00f6e2cd37697c1710f639a13837defa722.zip |
dodoc: AUTHORS and NEWS are blank, thus giving a "do not exist" error. Removing from the dodoc list.
Diffstat (limited to 'net-ftp/gftp')
-rw-r--r-- | net-ftp/gftp/gftp-2.0.17.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/gftp/gftp-2.0.17.ebuild b/net-ftp/gftp/gftp-2.0.17.ebuild index 5e52759c595d..edb1e0eb6f9a 100644 --- a/net-ftp/gftp/gftp-2.0.17.ebuild +++ b/net-ftp/gftp/gftp-2.0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.17.ebuild,v 1.3 2004/06/24 22:45:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.17.ebuild,v 1.4 2004/06/30 21:00:04 plasmaroo Exp $ DESCRIPTION="Gnome based FTP Client" SRC_URI="http://www.gftp.org/${P}.tar.bz2" @@ -53,7 +53,7 @@ src_compile() { src_install() { einstall || die - dodoc COPYING ChangeLog AUTHORS README* THANKS \ - TODO docs/USERS-GUIDE NEWS + dodoc COPYING ChangeLog README* THANKS \ + TODO docs/USERS-GUIDE } |