diff --git a/net-wireless/mdk4/mdk4-4.1.ebuild b/net-wireless/mdk4/mdk4-4.1.ebuild index f213e8f..17b720e 100644 --- a/net-wireless/mdk4/mdk4-4.1.ebuild +++ b/net-wireless/mdk4/mdk4-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,4 +39,12 @@ src_install() { # The install phase is a tad bit too funky, so doing by hand dosbin src/mdk4 doman man/mdk4.1 + + insinto /usr/share/"${PN}" + doins -r useful_files + + HTML_DOCS="docs" + einstalldocs + + dodoc AUTHORS CHANGELOG TODO } diff --git a/net-wireless/mdk4/mdk4-9999.ebuild b/net-wireless/mdk4/mdk4-9999.ebuild index ea26932..64aa828 100644 --- a/net-wireless/mdk4/mdk4-9999.ebuild +++ b/net-wireless/mdk4/mdk4-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,4 +36,12 @@ src_install() { # The install phase is a tad bit too funky, so doing by hand dosbin src/mdk4 doman man/mdk4.1 + + insinto /usr/share/"${PN}" + doins -r useful_files + + HTML_DOCS="docs" + einstalldocs + + dodoc AUTHORS CHANGELOG TODO }