Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 23:00:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351887 - head/net/p5-Net-Amazon-S3
Message-ID:  <201404222300.s3MN011t078697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404222300.s3MN011t078697>