diff options
Diffstat (limited to 'x11-misc/xrestop/xrestop-0.3.ebuild')
-rw-r--r-- | x11-misc/xrestop/xrestop-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild index ff06e2c4930b..d13862424ed9 100644 --- a/x11-misc/xrestop/xrestop-0.3.ebuild +++ b/x11-misc/xrestop/xrestop-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.8 2005/10/13 23:53:34 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.9 2005/11/01 00:01:09 nelchael Exp $ IUSE="" @@ -16,5 +16,5 @@ DEPEND="virtual/x11" src_install () { make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README COPYING + dodoc AUTHORS ChangeLog NEWS README } |