From: Zac Medico Date: Sun, 3 Jul 2016 00:12:37 +0000 (-0700) Subject: app-doc/xmltoman: add ${EPREFIX} to emake PREFIX X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=85a60d71e62bfe19c7dede195eedac7c901ef0f2;p=gentoo.git app-doc/xmltoman: add ${EPREFIX} to emake PREFIX Package-Manager: portage-2.3.0 --- diff --git a/app-doc/xmltoman/xmltoman-0.4.ebuild b/app-doc/xmltoman/xmltoman-0.4.ebuild index a04aa412b575..3368666c4646 100644 --- a/app-doc/xmltoman/xmltoman-0.4.ebuild +++ b/app-doc/xmltoman/xmltoman-0.4.ebuild @@ -18,7 +18,7 @@ RDEPEND="dev-lang/perl DEPEND="${RDEPEND}" src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install dodoc README doman xmltoman.1 xmlmantohtml.1 }