- Try to fix on FreeBSD 10 by replacing rm with find -delete.

By some accident libarchive on fbsd 10 can't see file like ._Prototype.pm
This commit is contained in:
Andrej Zverev 2013-08-18 08:26:13 +00:00
parent 9993dd9b19
commit 05fed82ef2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324892

View file

@ -24,6 +24,6 @@ MAN3= Catalyst::Helper::Prototype.3 \
Catalyst::Plugin::Prototype.3
post-extract:
${RM} ${WRKSRC}/lib/Catalyst/Plugin/._Prototype.pm
@${FIND} ${WRKSRC} -name '._Prototype.pm' -delete
.include <bsd.port.mk>