commit: 85a60d71e62bfe19c7dede195eedac7c901ef0f2
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 00:12:37 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 00:12:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a60d71
app-doc/xmltoman: add ${EPREFIX} to emake PREFIX
Package-Manager: portage-2.3.0
app-doc/xmltoman/xmltoman-0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/xmltoman/xmltoman-0.4.ebuild
b/app-doc/xmltoman/xmltoman-0.4.ebuild
index a04aa41..3368666 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
}