aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:23 +0000
commitf6b25f178ce974437a15fecb6df20226d3464bd1 (patch)
tree523890c8f57a747345f3f0c509bc047290f1ed23
parent3dbc6a6a3d96a5b33abcdf56c8db5d6a190fc0cd (diff)
downloadports-f6b25f178ce974437a15fecb6df20226d3464bd1.tar.gz
ports-f6b25f178ce974437a15fecb6df20226d3464bd1.zip
devel/p5-File-Find-Rule-Filesys-Virtual: Cosmetic change
-rw-r--r--devel/p5-File-Find-Rule-Filesys-Virtual/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile b/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile
index 7716bcce5b38..cc3d4b7fea7f 100644
--- a/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile
+++ b/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile
@@ -18,8 +18,9 @@ RUN_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
p5-Filesys-Virtual>=0:devel/p5-Filesys-Virtual \
p5-Filesys-Virtual-Plain>=0:devel/p5-Filesys-Virtual-Plain
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>