Date: Mon, 18 Aug 2014 12:45:10 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365289 - head/Mk/Uses Message-ID: <201408181245.s7ICjADL058510@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408181245.s7ICjADL058510>