summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/xmlto/xmlto-0.0.15.ebuild')
-rw-r--r--app-text/xmlto/xmlto-0.0.15.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/xmlto/xmlto-0.0.15.ebuild b/app-text/xmlto/xmlto-0.0.15.ebuild
index 8145d716aa5a..c75083e84226 100644
--- a/app-text/xmlto/xmlto-0.0.15.ebuild
+++ b/app-text/xmlto/xmlto-0.0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.15.ebuild,v 1.12 2004/01/11 01:52:08 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.15.ebuild,v 1.13 2004/01/11 02:39:00 obz Exp $
DESCRIPTION="A bash script for converting XML and DocBook formatted documents to a variety of output formats"
HOMEPAGE="http://cyberelk.net/tim/xmlto/"
@@ -26,7 +26,7 @@ src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/${P}-head-fix.patch
+ epatch ${FILESDIR}/${PN}-head-fix.patch
}
@@ -41,8 +41,8 @@ src_install() {
make DESTDIR=${D} prefix="/usr" install || die
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
- docinto xml
- dodoc doc/*.xml
+ insinto /usr/share/doc/${P}/xml
+ doins doc/*.xml
}