summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:52:25 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:52:25 +0000
commit6313a8a156a54e8249f045c1b0e47280f8a61c67 (patch)
treea7e1d941eaabff890c7374ef24d82cc79c95ce49 /media-plugins/xmms-fc/xmms-fc-0.5.3.ebuild
parentDon't install COPYING, INSTALL and ABOUT-NLS files. (diff)
downloadgentoo-2-6313a8a156a54e8249f045c1b0e47280f8a61c67.tar.gz
gentoo-2-6313a8a156a54e8249f045c1b0e47280f8a61c67.tar.bz2
gentoo-2-6313a8a156a54e8249f045c1b0e47280f8a61c67.zip
Don't install COPYING and INSTALL files.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-plugins/xmms-fc/xmms-fc-0.5.3.ebuild')
-rw-r--r--media-plugins/xmms-fc/xmms-fc-0.5.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/xmms-fc/xmms-fc-0.5.3.ebuild b/media-plugins/xmms-fc/xmms-fc-0.5.3.ebuild
index 906db4b4eded..c3d892000466 100644
--- a/media-plugins/xmms-fc/xmms-fc-0.5.3.ebuild
+++ b/media-plugins/xmms-fc/xmms-fc-0.5.3.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/media-plugins/xmms-fc/xmms-fc-0.5.3.ebuild,v 1.9 2004/07/06 23:54:10 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-fc/xmms-fc-0.5.3.ebuild,v 1.10 2005/09/03 23:50:47 flameeyes Exp $
inherit eutils
@@ -24,5 +24,5 @@ src_unpack() {
src_install () {
make DESTDIR=${D} install || die
- dodoc COPYING ChangeLog INSTALL README
+ dodoc ChangeLog README
}