svn commit: r427316 - head/www/p5-HTML-Adsense

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Nov 28 13:53:23 UTC 2016


Author: amdmi3
Date: Mon Nov 28 13:53:22 2016
New Revision: 427316
URL: https://svnweb.freebsd.org/changeset/ports/427316

Log:
  - Clean up garbage files and don't stage them, fix stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/www/p5-HTML-Adsense/Makefile

Modified: head/www/p5-HTML-Adsense/Makefile
==============================================================================
--- head/www/p5-HTML-Adsense/Makefile	Mon Nov 28 13:51:07 2016	(r427315)
+++ head/www/p5-HTML-Adsense/Makefile	Mon Nov 28 13:53:22 2016	(r427316)
@@ -21,4 +21,7 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
+post-extract:
+	@${FIND} ${WRKSRC} -name "._*" -delete
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list