+--On 8 juin 2016 15:32:10 +0200 Henk van Oers <[email protected]> wrote: | | See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210005 | | What else can I do to make this work?
TL;DR: The README.3 man page needs to be removed from the plist, I'll do it.
excerpt from Mk/Uses/perl5.mk:
# Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base README.pod
is
# no longer manified into a README.3, as the README.pod is installed and
can be
# read with perldoc, remove the README.3 files that may be generated.
@[ -d "${STAGEDIR}${SITE_MAN3}" ] && \
${FIND} ${STAGEDIR}${SITE_MAN3} -name '*::README.3' -delete
|| :
--
Mathieu Arnold
pgpIPkMOfO4q5.pgp
Description: PGP signature
