aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:22 +0000
commit3dbc6a6a3d96a5b33abcdf56c8db5d6a190fc0cd (patch)
tree970b2af5654d5b01c31e2c3662abe33309965a51
parentedaa8f1fe98f202b1131902d483dbd315e447ba9 (diff)
downloadports-3dbc6a6a3d96a5b33abcdf56c8db5d6a190fc0cd.tar.gz
ports-3dbc6a6a3d96a5b33abcdf56c8db5d6a190fc0cd.zip
devel/p5-File-Copy-Recursive-Reduced: Cosmetic change
-rw-r--r--devel/p5-File-Copy-Recursive-Reduced/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-File-Copy-Recursive-Reduced/Makefile b/devel/p5-File-Copy-Recursive-Reduced/Makefile
index 272129f896ef..a4b38a4ac1cb 100644
--- a/devel/p5-File-Copy-Recursive-Reduced/Makefile
+++ b/devel/p5-File-Copy-Recursive-Reduced/Makefile
@@ -16,8 +16,9 @@ LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
p5-Path-Tiny>=0:devel/p5-Path-Tiny
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>