svn commit: r427318 - head/net/p5-Net-EPP

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Nov 28 14:00:33 UTC 2016


Author: amdmi3
Date: Mon Nov 28 14:00:31 2016
New Revision: 427318
URL: https://svnweb.freebsd.org/changeset/ports/427318

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

Modified:
  head/net/p5-Net-EPP/Makefile

Modified: head/net/p5-Net-EPP/Makefile
==============================================================================
--- head/net/p5-Net-EPP/Makefile	Mon Nov 28 13:57:58 2016	(r427317)
+++ head/net/p5-Net-EPP/Makefile	Mon Nov 28 14:00:31 2016	(r427318)
@@ -24,4 +24,7 @@ USES=		perl5
 USE_PERL5=	configure
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+post-extract:
+	@${FIND} ${WRKSRC} -name "._*" -delete
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list