diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-10-07 19:37:47 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-07 19:37:47 +0200 |
commit | 019d01108798184e60384aa9f2348b899e418e90 (patch) | |
tree | dd35b3e6f5c2abe4c5d3e0df47166a2ef892dac3 /net-misc/ntpclient | |
parent | net-misc/ntpclient: version bump to 2017.217. (diff) | |
download | gentoo-019d01108798184e60384aa9f2348b899e418e90.tar.gz gentoo-019d01108798184e60384aa9f2348b899e418e90.tar.bz2 gentoo-019d01108798184e60384aa9f2348b899e418e90.zip |
net-misc/ntpclient: put docs in DOCS array.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-misc/ntpclient')
-rw-r--r-- | net-misc/ntpclient/ntpclient-2017.217.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/ntpclient/ntpclient-2017.217.ebuild b/net-misc/ntpclient/ntpclient-2017.217.ebuild index 1b87f1f32d22..462dc406de39 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" } |