View | Details | Raw Unified | Return to bug 230287
Collapse All | Expand All

(-)Mk/Uses/perl5.mk (-1 / +2 lines)
Lines 307-313 Link Here
307
		${FIND} ${STAGEDIR}${SITE_MAN3} -name '*::README.3' -delete || :
307
		${FIND} ${STAGEDIR}${SITE_MAN3} -name '*::README.3' -delete || :
308
# Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base README.pod is
308
# Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base README.pod is
309
# no longer installed. So remove any that can be there.
309
# no longer installed. So remove any that can be there.
310
	@${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} -name README.pod -delete || :
310
	@[ -d "${STAGEDIR}${PREFIX}/${SITE_PERL_REL}" ] && \
311
		${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} -name README.pod -delete || :
311
312
312
.  if !target(do-test) && (!empty(USE_PERL5:Mmodbuild*) || !empty(USE_PERL5:Mconfigure))
313
.  if !target(do-test) && (!empty(USE_PERL5:Mmodbuild*) || !empty(USE_PERL5:Mconfigure))
313
TEST_TARGET?=	test
314
TEST_TARGET?=	test

Return to bug 230287