svn commit: r365230 - head/Mk/Uses

Kurt Jaeger pi at FreeBSD.org
Sun Aug 17 19:36:32 UTC 2014


Author: pi
Date: Sun Aug 17 19:36:31 2014
New Revision: 365230
URL: http://svnweb.freebsd.org/changeset/ports/365230
QAT: https://qat.redports.org/buildarchive/r365230/

Log:
  revert r365227 to allow discussion

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Sun Aug 17 19:35:00 2014	(r365229)
+++ head/Mk/Uses/perl5.mk	Sun Aug 17 19:36:31 2014	(r365230)
@@ -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


More information about the svn-ports-all mailing list