commit: 0f397605a4a10fa2768d2ca98088af83111be979
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sat Aug 21 17:09:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 02:29:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f397605
app-text/catdoc: Don't use $D in src_configure
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/catdoc/catdoc-0.95-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/catdoc/catdoc-0.95-r1.ebuild
b/app-text/catdoc/catdoc-0.95-r1.ebuild
index c3758c22051..6940f7b90c3 100644
--- a/app-text/catdoc/catdoc-0.95-r1.ebuild
+++ b/app-text/catdoc/catdoc-0.95-r1.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
}
src_configure() {
- econf --with-install-root="${D}" \
+ econf \
$(use_with tk wish "${EPREFIX}"/usr/bin/wish) \
$(use_enable tk wordview)
}
@@ -41,7 +41,7 @@ src_compile() {
}
src_install() {
- default
+ emake install installroot="${ED}"
# dev-libs/libxls and app-text/catdoc both provide xls2cvs
if [[ -e ${ED}/usr/bin/xls2csv ]]; then