revert r365227 to allow discussion

This commit is contained in:
Kurt Jaeger 2014-08-17 19:36:31 +00:00
parent afb5ab7082
commit ebd71b456c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365230

View file

@ -266,7 +266,7 @@ fix-packlist::
# Starting with perl 5.20, the empty bootstrap files are not installed any
# more. As we don't need them anyway, remove it altogether.
.if ${PERL_LEVEL} >= 502000
.if ${PERL_LEVEL} < 502000
fix-perl-bs:
-@${FIND} ${STAGEDIR} -name '*.bs' -size 0 -delete
.endif