summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/xmltoman/xmltoman-0.3.ebuild11
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
}