Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-inherit autotools eutils
+inherit autotools
MY_P="${P^g}"
"${FILESDIR}"/${P}-bsd.patch
"${FILESDIR}"/${P}-unicode.patch
)
+DOCS=( AUTHORS ChangeLog HACKING README )
src_prepare() {
default
-
use ipv6 && sed -i "s/ -4//" ext/tls/ssltest-mod.scm
eautoconf
src_install() {
emake DESTDIR="${D}" install-pkg install-doc
- dodoc AUTHORS ChangeLog HACKING README
+ einstalldocs
}