Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 11:43:29 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: d7d6d8ee0abd - main - www/p5-HTML-Adsense: Cosmetic change
Message-ID:  <202106201143.15KBhTH5015944@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=d7d6d8ee0abd0cbd82a1fa4229f02d65afbf2322

commit d7d6d8ee0abd0cbd82a1fa4229f02d65afbf2322
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-20 11:35:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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>



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