aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Prototype
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-18 08:26:13 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-18 08:26:13 +0000
commit05fed82ef207173a4549287259bc295e46c75e1e (patch)
tree3cfe43ad7b3528dacaf33ee14f64e546b5a8aef3 /www/p5-Catalyst-Plugin-Prototype
parent9993dd9b1958e3c9f360599d7ab553cd31e8785f (diff)
downloadports-05fed82ef207173a4549287259bc295e46c75e1e.tar.gz
ports-05fed82ef207173a4549287259bc295e46c75e1e.zip
- 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
Notes
Notes: svn path=/head/; revision=324892
Diffstat (limited to 'www/p5-Catalyst-Plugin-Prototype')
-rw-r--r--www/p5-Catalyst-Plugin-Prototype/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Prototype/Makefile b/www/p5-Catalyst-Plugin-Prototype/Makefile
index 94eac18e0541..4f3f5768e019 100644
--- a/www/p5-Catalyst-Plugin-Prototype/Makefile
+++ b/www/p5-Catalyst-Plugin-Prototype/Makefile
@@ -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>