summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-07-03 12:44:09 -0700
committerZac Medico <zmedico@gentoo.org>2016-07-03 12:45:25 -0700
commit90e5c1037f2504426584257e5b82daae3bfceb8a (patch)
treee480b4cdde20fa25c9b0ccefd24929fa0444d8f0 /dev-libs/keybinder
parentmedia-libs/harfbuzz: Remove old (diff)
downloadgentoo-90e5c1037f2504426584257e5b82daae3bfceb8a.tar.gz
gentoo-90e5c1037f2504426584257e5b82daae3bfceb8a.tar.bz2
gentoo-90e5c1037f2504426584257e5b82daae3bfceb8a.zip
dev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/keybinder')
-rw-r--r--dev-libs/keybinder/keybinder-0.3.0-r200.ebuild4
-rw-r--r--dev-libs/keybinder/keybinder-0.3.0-r300.ebuild4
-rw-r--r--dev-libs/keybinder/keybinder-0.3.1-r300.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
index bdcbb1868a05..916cf2ed8a51 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -51,7 +51,7 @@ src_configure() {
$(use_enable introspection) \
$(use_enable python) \
${myconf} \
- --with-html-dir=/usr/share/doc/${PF}/html
+ --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {
diff --git a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
index 4ed13fe2ec4d..724c6fa0eda1 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
src_configure() {
econf \
$(use_enable introspection) \
- --with-html-dir=/usr/share/doc/${PF}/html
+ --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {
diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
index 5db419144c9a..fee8390695ee 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
src_configure() {
econf \
$(use_enable introspection) \
- --with-html-dir=/usr/share/doc/${PF}/html
+ --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {