Package-Manager: portage-2.3.0
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
$(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() {
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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() {
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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() {