From cfe14b18cabb1591b024d7956a48f10ffa411a3c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 28 Nov 2016 14:00:31 +0000 Subject: [PATCH] - Clean up garbage files and don't stage them, fix stage-qa Approved by: portmgr blanket --- net/p5-Net-EPP/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/p5-Net-EPP/Makefile b/net/p5-Net-EPP/Makefile index 939d521d4003..b0e253fac6f9 100644 --- a/net/p5-Net-EPP/Makefile +++ b/net/p5-Net-EPP/Makefile @@ -24,4 +24,7 @@ USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +post-extract: + @${FIND} ${WRKSRC} -name "._*" -delete + .include