diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-22 13:14:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-22 13:14:10 +0000 |
commit | 97e7978fe5822682bf6f3ab70a82e08bb6366a93 (patch) | |
tree | bcb9a981b2fd49a3ba43a54874eb0e582326aca8 /app-doc/xmltoman | |
parent | stable x86, bug 269496 (diff) | |
download | gentoo-2-97e7978fe5822682bf6f3ab70a82e08bb6366a93.tar.gz gentoo-2-97e7978fe5822682bf6f3ab70a82e08bb6366a93.tar.bz2 gentoo-2-97e7978fe5822682bf6f3ab70a82e08bb6366a93.zip |
Use emake
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-doc/xmltoman')
-rw-r--r-- | app-doc/xmltoman/xmltoman-0.3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-doc/xmltoman/xmltoman-0.3.ebuild b/app-doc/xmltoman/xmltoman-0.3.ebuild index d468254968d9..163e8ee2abfd 100644 --- a/app-doc/xmltoman/xmltoman-0.3.ebuild +++ b/app-doc/xmltoman/xmltoman-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/xmltoman/xmltoman-0.3.ebuild,v 1.5 2007/02/03 17:17:05 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/xmltoman/xmltoman-0.3.ebuild,v 1.6 2009/05/22 13:14:10 ssuominen Exp $ DESCRIPTION="Simple scripts for converting xml to groff or html" HOMEPAGE="http://packages.debian.org/unstable/devel/xmltoman" @@ -11,13 +11,12 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="dev-lang/perl +RDEPEND="dev-lang/perl dev-perl/XML-Parser" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" src_install() { - make install DESTDIR="${D}" PREFIX="/usr" || die "make install failed" - + emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed" dodoc README doman xmltoman.1 xmlmantohtml.1 } |