summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 10:23:27 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 10:23:27 +0000
commit2d75a717aa29c8ce59877307db105b1f3b8096ed (patch)
tree0f57be17438d73e57044207222149af323ea8ccb /media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild
parentDon't install COPYING and INSTALL files. (diff)
downloadhistorical-2d75a717aa29c8ce59877307db105b1f3b8096ed.tar.gz
historical-2d75a717aa29c8ce59877307db105b1f3b8096ed.tar.bz2
historical-2d75a717aa29c8ce59877307db105b1f3b8096ed.zip
Don't install COPYING and INSTALL files. Use autotools eclass to re-create the autotools files. Minor style fixes.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild')
-rw-r--r--media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild b/media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild
index d4d69b5ce68c..237b5d7427e3 100644
--- a/media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild
+++ b/media-plugins/eq-xmms/eq-xmms-0.6-r1.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/media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild,v 1.5 2005/03/15 19:40:25 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild,v 1.6 2005/09/04 10:23:27 flameeyes Exp $
IUSE=""
@@ -37,5 +37,5 @@ src_unpack() {
src_install() {
make DESTDIR="${D}" libdir=`xmms-config --effect-plugin-dir` install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README README.BSD SKINS TODO
+ dodoc AUTHORS BUGS ChangeLog NEWS README README.BSD SKINS TODO
}