From: Zac Medico Date: Sun, 3 Jul 2016 19:44:09 +0000 (-0700) Subject: dev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=90e5c1037f2504426584257e5b82daae3bfceb8a;p=gentoo.git dev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir Package-Manager: portage-2.3.0 --- 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() {