summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-doc/xmltoman/xmltoman-0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}