diff options
Diffstat (limited to 'x11-misc/xnc/xnc-5.0.2.ebuild')
-rw-r--r-- | x11-misc/xnc/xnc-5.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xnc/xnc-5.0.2.ebuild b/x11-misc/xnc/xnc-5.0.2.ebuild index 45ec81bf4560..1659e102ba17 100644 --- a/x11-misc/xnc/xnc-5.0.2.ebuild +++ b/x11-misc/xnc/xnc-5.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.2.ebuild,v 1.3 2004/06/24 22:42:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.2.ebuild,v 1.4 2005/11/01 15:10:44 nelchael Exp $ DESCRIPTION="file manager for X Window system very similar to Norton Commander" HOMEPAGE="http://xnc.dubna.su/" @@ -26,5 +26,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog INSTALL LICENSE README TODO + dodoc AUTHORS ChangeLog LICENSE README TODO } |