commit: c277b9ebfa91254bc2cd4716f748cd3f03b2a562
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 1 09:17:26 2020 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sat Feb 1 09:17:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c277b9eb
sci-mathematics/form: ebuild improvements
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
sci-mathematics/form/form-4.2.1.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/sci-mathematics/form/form-4.2.1.ebuild
b/sci-mathematics/form/form-4.2.1.ebuild
index c42c2a499f2..bcf556c2962 100644
--- a/sci-mathematics/form/form-4.2.1.ebuild
+++ b/sci-mathematics/form/form-4.2.1.ebuild
@@ -69,14 +69,13 @@ src_compile() {
src_install() {
default
if use devref; then
- insinto /usr/share/doc/${PF}
- doins doc/devref/devref.pdf
+ dodoc doc/devref/devref.pdf
fi
if use doc; then
- insinto /usr/share/doc/${PF}
- doins doc/manual/manual.pdf
+ dodoc doc/manual/manual.pdf
fi
if use doxygen; then
- dohtml -r doc/doxygen/html/*
+ docinto html
+ dodoc -r doc/doxygen/html/.
fi
}