svn commit: r351887 - head/net/p5-Net-Amazon-S3
Antoine Brodin
antoine at FreeBSD.org
Tue Apr 22 23:00:01 UTC 2014
Author: antoine
Date: Tue Apr 22 23:00:01 2014
New Revision: 351887
URL: http://svnweb.freebsd.org/changeset/ports/351887
QAT: https://qat.redports.org/buildarchive/r351887/
Log:
Fix for real
No bump needed as it didn't build
With hat: portmgr
Modified:
head/net/p5-Net-Amazon-S3/Makefile
Modified: head/net/p5-Net-Amazon-S3/Makefile
==============================================================================
--- head/net/p5-Net-Amazon-S3/Makefile Tue Apr 22 22:42:50 2014 (r351886)
+++ head/net/p5-Net-Amazon-S3/Makefile Tue Apr 22 23:00:01 2014 (r351887)
@@ -36,7 +36,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR
USES= perl5
USE_PERL5= configure
-pre-build:
- @${FIND} ${WRKSRC} -name \*.orig -delete
+post-patch:
+ @${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list