From a932b062a3a330f2b0fb98377e63703120ec11d3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 28 Nov 2016 13:53:22 +0000 Subject: [PATCH] - Clean up garbage files and don't stage them, fix stage-qa Approved by: portmgr blanket --- www/p5-HTML-Adsense/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/p5-HTML-Adsense/Makefile b/www/p5-HTML-Adsense/Makefile index 12af1de90fd0..de4e9d2cb21d 100644 --- a/www/p5-HTML-Adsense/Makefile +++ b/www/p5-HTML-Adsense/Makefile @@ -21,4 +21,7 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 +post-extract: + @${FIND} ${WRKSRC} -name "._*" -delete + .include