aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:36:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:36:04 +0000
commitf1e448a5b1f7f14ad20c2e55a6319d904443ac43 (patch)
tree1c4a204e81284c9105ee9aff349ba19d3bc3140e
parent8b99cfbb95fb0c42e05087e1113958cbe919b370 (diff)
downloadports-f1e448a5b1f7f14ad20c2e55a6319d904443ac43.tar.gz
ports-f1e448a5b1f7f14ad20c2e55a6319d904443ac43.zip
textproc/p5-HTML-Entities-Interpolate: Cosmetic change
-rw-r--r--textproc/p5-HTML-Entities-Interpolate/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-HTML-Entities-Interpolate/Makefile b/textproc/p5-HTML-Entities-Interpolate/Makefile
index dd8c0fe2dbea..15fe4dcbac61 100644
--- a/textproc/p5-HTML-Entities-Interpolate/Makefile
+++ b/textproc/p5-HTML-Entities-Interpolate/Makefile
@@ -19,8 +19,9 @@ RUN_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser \
TEST_DEPENDS= p5-Capture-Tiny>=0.44:devel/p5-Capture-Tiny \
p5-File-Slurper>=0.009:devel/p5-File-Slurper
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5 tar:tgz
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>