aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:29 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:29 +0000
commit75a3ed0d9d1d04d9a6808195b726b3f5a5145cec (patch)
tree26b1a7dddc7193bfbb638e2db27a86f5ee432c42
parentf8aed9c3e5761247d555c9cfa0007d55c36acfa7 (diff)
downloadports-75a3ed0d9d1d04d9a6808195b726b3f5a5145cec.tar.gz
ports-75a3ed0d9d1d04d9a6808195b726b3f5a5145cec.zip
devel/p5-Git-Repository-Plugin-Log: Cosmetic change
-rw-r--r--devel/p5-Git-Repository-Plugin-Log/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Git-Repository-Plugin-Log/Makefile b/devel/p5-Git-Repository-Plugin-Log/Makefile
index 60fd0b99ddbf..7eac7c3ec974 100644
--- a/devel/p5-Git-Repository-Plugin-Log/Makefile
+++ b/devel/p5-Git-Repository-Plugin-Log/Makefile
@@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Git-Repository>=1.309:devel/p5-Git-Repository
TEST_DEPENDS= p5-Test-Requires-Git>=0:devel/p5-Test-Requires-Git
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>