dev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir
authorZac Medico <zmedico@gentoo.org>
Sun, 3 Jul 2016 19:44:09 +0000 (12:44 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 3 Jul 2016 19:45:25 +0000 (12:45 -0700)
Package-Manager: portage-2.3.0

dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
dev-libs/keybinder/keybinder-0.3.1-r300.ebuild

index bdcbb1868a0570cc013ff21ad2c8f56a18320639..916cf2ed8a51a9deacb4847430de7973df818b73 100644 (file)
@@ -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() {
index 4ed13fe2ec4d15fdcf19a9bfdb3f40057692f063..724c6fa0eda180476a1049530094bbf94cc3b7ad 100644 (file)
@@ -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() {
index 5db419144c9aaf5a8465a784e6dc438c0671b8ab..fee8390695ee5b8628ae737ae187ad16581a564e 100644 (file)
@@ -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() {