Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dobin ${PN} ${PN}al m${PN} mmotype abstime
dodoc README ${PN}.1
- if use doc ; then
- insinto /usr/share/doc/${PF}
- doins *.ps
- fi
+ use doc && dodoc *.ps
}
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
fi
}
-src_install () {
+src_install() {
dobin ${PN} ${PN}al m${PN} mmotype abstime
dodoc README ${PN}.1
- if use doc ; then
- insinto /usr/share/doc/${PF}
- doins *.ps
- fi
+ use doc && dodoc *.ps
}