summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Buisse <nattfodd@gentoo.org>2006-01-05 13:51:08 +0000
committerAlexandre Buisse <nattfodd@gentoo.org>2006-01-05 13:51:08 +0000
commit6c0160131e622b0bb828d25d925b2706aa8d46cd (patch)
tree4458cf0f96289721045ea5b74f5079a14d72fc5b /app-text/xmlto/xmlto-0.0.17.ebuild
parentStable on sparc wrt #117737 (diff)
downloadgentoo-2-6c0160131e622b0bb828d25d925b2706aa8d46cd.tar.gz
gentoo-2-6c0160131e622b0bb828d25d925b2706aa8d46cd.tar.bz2
gentoo-2-6c0160131e622b0bb828d25d925b2706aa8d46cd.zip
Don't install generic INSTALL files (bug #117477).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/xmlto/xmlto-0.0.17.ebuild')
-rw-r--r--app-text/xmlto/xmlto-0.0.17.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/xmlto/xmlto-0.0.17.ebuild b/app-text/xmlto/xmlto-0.0.17.ebuild
index ac98b2cfd762..5eb021d3b93d 100644
--- a/app-text/xmlto/xmlto-0.0.17.ebuild
+++ b/app-text/xmlto/xmlto-0.0.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.17.ebuild,v 1.14 2005/07/08 22:12:28 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.17.ebuild,v 1.15 2006/01/05 13:51:08 nattfodd Exp $
inherit eutils
@@ -35,7 +35,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} prefix="/usr" install || die
- dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README
+ dodoc AUTHORS ChangeLog FAQ NEWS README
insinto /usr/share/doc/${P}/xml
doins doc/*.xml
}