Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 14:00:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427318 - head/net/p5-Net-EPP
Message-ID:  <201611281400.uASE0Vrg096413@repo.freebsd.org>

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



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