Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142954427
D16440.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
702 B
Referenced Files
None
Subscribers
None
D16440.diff
View Options
Index: head/Mk/Uses/perl5.mk
===================================================================
--- head/Mk/Uses/perl5.mk
+++ head/Mk/Uses/perl5.mk
@@ -307,7 +307,8 @@
${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 || :
+ @[ -d "${STAGEDIR}${PREFIX}/${SITE_PERL_REL}" ] && \
+ ${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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 25, 10:22 PM (13 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27974642
Default Alt Text
D16440.diff (702 B)
Attached To
Mode
D16440: Fix spurious perl5 errors.
Attached
Detach File
Event Timeline
Log In to Comment