summaryrefslogtreecommitdiff
path: root/app-doc/xmltoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-07-02 17:12:37 -0700
committerZac Medico <zmedico@gentoo.org>2016-07-02 17:12:37 -0700
commit85a60d71e62bfe19c7dede195eedac7c901ef0f2 (patch)
treef9352616737940db01cd0fe8916181e0e706f6c6 /app-doc/xmltoman
parent62845ff576690a3c5788773f0e9c09a7aa09f6f2 (diff)
downloadgentoo-85a60d71e62bfe19c7dede195eedac7c901ef0f2.tar.gz
gentoo-85a60d71e62bfe19c7dede195eedac7c901ef0f2.tar.xz
app-doc/xmltoman: add ${EPREFIX} to emake PREFIX
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-doc/xmltoman')
-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 a04aa412b57..3368666c464 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
}