summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 12:52:57 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 12:52:57 +0000
commiteb83a2c6e141f48f4282f5af85a44931657be75a (patch)
treed5fab6518529a469437da45c7013fcd350639ae2 /x11-misc/xplore/xplore-1.2a.ebuild
parentMarking both gtk-theme-switch-2.0.0_rc2-r2 and gtk-theme-switch-1.0.1-r2 ppc6... (diff)
downloadgentoo-2-eb83a2c6e141f48f4282f5af85a44931657be75a.tar.gz
gentoo-2-eb83a2c6e141f48f4282f5af85a44931657be75a.tar.bz2
gentoo-2-eb83a2c6e141f48f4282f5af85a44931657be75a.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xplore/xplore-1.2a.ebuild')
-rw-r--r--x11-misc/xplore/xplore-1.2a.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xplore/xplore-1.2a.ebuild b/x11-misc/xplore/xplore-1.2a.ebuild
index 8ffdd2734e80..cdec68198cb2 100644
--- a/x11-misc/xplore/xplore-1.2a.ebuild
+++ b/x11-misc/xplore/xplore-1.2a.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/xplore/xplore-1.2a.ebuild,v 1.6 2005/09/27 20:41:42 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.7 2005/11/01 12:52:57 nelchael Exp $
inherit eutils
@@ -39,5 +39,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "Installation failed"
- dodoc COPYING ChangeLog INSTALL README TODO
+ dodoc ChangeLog README TODO
}