From c277b9ebfa91254bc2cd4716f748cd3f03b2a562 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Sat, 1 Feb 2020 16:17:26 +0700 Subject: [PATCH] sci-mathematics/form: ebuild improvements Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andrey Grozin --- 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 c42c2a499f2c..bcf556c29621 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 } -- 2.26.2