svn commit: r365289 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 18 12:45:11 UTC 2014


Author: sunpoet
Date: Mon Aug 18 12:45:10 2014
New Revision: 365289
URL: http://svnweb.freebsd.org/changeset/ports/365289
QAT: https://qat.redports.org/buildarchive/r365289/

Log:
  - Fix typo

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Mon Aug 18 12:43:39 2014	(r365288)
+++ head/Mk/Uses/perl5.mk	Mon Aug 18 12:45:10 2014	(r365289)
@@ -266,7 +266,7 @@ fix-packlist::
 
 # Starting with perl 5.20, the empty bootstrap files are not installed any more
 # by ExtUtils::MakeMaker.  As we don't need them anyway, remove them.
-# Module::Build continues to install them, so inconditionnaly remove the files.
+# Module::Build continues to install them, so remove the files unconditionally.
 fix-perl-bs:
 	-@${FIND} ${STAGEDIR} -name '*.bs' -size 0 -delete
 


More information about the svn-ports-all mailing list