git: d7d6d8ee0abd - main - www/p5-HTML-Adsense: Cosmetic change

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 20 11:43:31 UTC 2021


The branch main has been updated by sunpoet:

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

commit d7d6d8ee0abd0cbd82a1fa4229f02d65afbf2322
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 11:35:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 11:35:47 +0000

    www/p5-HTML-Adsense: Cosmetic change
---
 www/p5-HTML-Adsense/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/p5-HTML-Adsense/Makefile b/www/p5-HTML-Adsense/Makefile
index cbb7c73f6058..d5a14e501005 100644
--- a/www/p5-HTML-Adsense/Makefile
+++ b/www/p5-HTML-Adsense/Makefile
@@ -16,11 +16,12 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 post-extract:
-	@${FIND} ${WRKSRC} -name "._*" -delete
+	@${FIND} ${WRKSRC} -name '._*' -delete
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list