aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-06-29 10:10:35 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-06-29 10:10:35 +0000
commit57de7fba19665411617dccd0852ac984f60ea0ff (patch)
treedf4b5a7656a475d837a313a23e00f43e739df80d /Mk
parente55560c172a34aefd73f5e8dc539643de07a92c6 (diff)
downloadports-57de7fba19665411617dccd0852ac984f60ea0ff.tar.gz
ports-57de7fba19665411617dccd0852ac984f60ea0ff.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/perl5.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index b4ba2d53bb0d..eee14b7befb4 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -305,6 +305,9 @@ fix-perl-things:
# read with perldoc, remove the README.3 files that may be generated.
@[ -d "${STAGEDIR}${SITE_MAN3}" ] && \
${FIND} ${STAGEDIR}${SITE_MAN3} -name '*::README.3' -delete || :
+# Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base README.pod is
+# no longer installed. So remove any that can be there.
+ @${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} -name README.pod -delete || :
. if !target(do-test) && (!empty(USE_PERL5:Mmodbuild*) || !empty(USE_PERL5:Mconfigure))
TEST_TARGET?= test