summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-03 12:26:49 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-03 12:26:49 +0000
commit1f5b5fd2f3beff1fe1658cbcc8e44196888de5e0 (patch)
treec1ff069dfc2719e8c51469a78da7a25e909c94f9 /x11-misc/wmakerconf/wmakerconf-2.11.ebuild
parentFix DEPEND/RDEPEND that got wrong. (diff)
downloadgentoo-2-1f5b5fd2f3beff1fe1658cbcc8e44196888de5e0.tar.gz
gentoo-2-1f5b5fd2f3beff1fe1658cbcc8e44196888de5e0.tar.bz2
gentoo-2-1f5b5fd2f3beff1fe1658cbcc8e44196888de5e0.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/wmakerconf/wmakerconf-2.11.ebuild')
-rw-r--r--x11-misc/wmakerconf/wmakerconf-2.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild
index 82563bc00b1c..0cc1b989ddf7 100644
--- a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild
+++ b/x11-misc/wmakerconf/wmakerconf-2.11.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/wmakerconf/wmakerconf-2.11.ebuild,v 1.3 2005/07/11 02:11:11 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.4 2005/11/03 12:26:49 nelchael Exp $
inherit eutils
@@ -44,7 +44,7 @@ src_install() {
gnulocaledir=${D}/usr/share/locale \
install || die "install failed"
- dodoc README NEWS INSTALL MANUAL AUTHORS TODO COPYING ChangeLog
+ dodoc README NEWS MANUAL AUTHORS TODO ChangeLog
doman man/*
}