Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:46:25 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 27dea08c8a38 - main - www/p5-HTML-Adsense: Remove the file directly
Message-ID:  <202106251346.15PDkPr3088262@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27dea08c8a389a5e3e25131772e12f8e051bda17

commit 27dea08c8a389a5e3e25131772e12f8e051bda17
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:39:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-25 13:39:23 +0000

    www/p5-HTML-Adsense: Remove the file directly
---
 www/p5-HTML-Adsense/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/p5-HTML-Adsense/Makefile b/www/p5-HTML-Adsense/Makefile
index d5a14e501005..588166a4bb40 100644
--- a/www/p5-HTML-Adsense/Makefile
+++ b/www/p5-HTML-Adsense/Makefile
@@ -21,7 +21,7 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-post-extract:
-	@${FIND} ${WRKSRC} -name '._*' -delete
+post-patch:
+	@${RM} ${WRKSRC}/lib/HTML/._Adsense.pm
 
 .include <bsd.port.mk>



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