- 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:
parent
9993dd9b19
commit
05fed82ef2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324892
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue