commit: 019d01108798184e60384aa9f2348b899e418e90 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Oct 7 17:37:47 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Oct 7 17:37:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019d0110
net-misc/ntpclient: put docs in DOCS array. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-misc/ntpclient/ntpclient-2017.217.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-misc/ntpclient/ntpclient-2017.217.ebuild b/net-misc/ntpclient/ntpclient-2017.217.ebuild index 1b87f1f32d2..462dc406de3 100644 --- a/net-misc/ntpclient/ntpclient-2017.217.ebuild +++ b/net-misc/ntpclient/ntpclient-2017.217.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="A NTP (RFC-1305) client for unix-alike computers" @@ -11,7 +12,8 @@ SRC_URI="https://github.com/troglobit/ntpclient/releases/download/2017_217/ntpcl LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" + +DOCS=( README.md "doc/HOWTO.md" "doc/rate.awk" "doc/rate2.awk" ) src_unpack() { default @@ -19,7 +21,6 @@ src_unpack() { } src_install() { + einstalldocs dobin "src/${PN}" - dodoc README.md - dodoc "doc/HOWTO.md" "doc/rate.awk" "doc/rate2.awk" }