diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 05:38:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 05:38:46 +0000 |
commit | 966d88726b09ae7dcdbc483f18544083ff1245fd (patch) | |
tree | 4da6f8be14cb06ea8f3d6bd0146c0c73e9c42eee /app-text/xmlto | |
parent | Added some logic to only show applicable use flags to users for each gcc version (diff) | |
download | gentoo-2-966d88726b09ae7dcdbc483f18544083ff1245fd.tar.gz gentoo-2-966d88726b09ae7dcdbc483f18544083ff1245fd.tar.bz2 gentoo-2-966d88726b09ae7dcdbc483f18544083ff1245fd.zip |
sh love
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/xmlto')
-rw-r--r-- | app-text/xmlto/xmlto-0.0.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/xmlto/xmlto-0.0.18.ebuild b/app-text/xmlto/xmlto-0.0.18.ebuild index cd81cf6a3d6e..04e80a6743d1 100644 --- a/app-text/xmlto/xmlto-0.0.18.ebuild +++ b/app-text/xmlto/xmlto-0.0.18.ebuild @@ -1,6 +1,6 @@ # 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.18.ebuild,v 1.14 2006/01/05 13:51:08 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.18.ebuild,v 1.15 2006/01/06 05:36:27 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://cyberelk.net/tim/data/xmlto/stable/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="app-shells/bash @@ -28,7 +28,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} prefix="/usr" install || die + make DESTDIR="${D}" prefix="/usr" install || die dodoc AUTHORS ChangeLog FAQ NEWS README insinto /usr/share/doc/${P}/xml doins doc/*.xml |