summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-31 12:28:04 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-31 12:28:04 +0000
commit7e2203d1a7a3e554a364226350a3b2ff07d61eb8 (patch)
tree9185a0a3b54f67d6b3ccdd68006be95335164946 /media-libs/raptor/raptor-1.4.7.ebuild
parentNew release. Add perl/python/xchat USE flags. (diff)
downloadgentoo-2-7e2203d1a7a3e554a364226350a3b2ff07d61eb8.tar.gz
gentoo-2-7e2203d1a7a3e554a364226350a3b2ff07d61eb8.tar.bz2
gentoo-2-7e2203d1a7a3e554a364226350a3b2ff07d61eb8.zip
Don't install INSTALL documentation.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-libs/raptor/raptor-1.4.7.ebuild')
-rw-r--r--media-libs/raptor/raptor-1.4.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/raptor/raptor-1.4.7.ebuild b/media-libs/raptor/raptor-1.4.7.ebuild
index 4c3b03a05b02..fa5edd437b71 100644
--- a/media-libs/raptor/raptor-1.4.7.ebuild
+++ b/media-libs/raptor/raptor-1.4.7.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-libs/raptor/raptor-1.4.7.ebuild,v 1.1 2005/10/18 00:27:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.7.ebuild,v 1.2 2005/10/31 12:28:04 flameeyes Exp $
inherit eutils
@@ -70,6 +70,6 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README
- dohtml INSTALL.html NEWS.html README.html
+ dodoc AUTHORS ChangeLog NEWS README
+ dohtml NEWS.html README.html
}