aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-06 11:21:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-06 11:21:42 +0000
commit648b15e41d927a16a1558c79333ec021e3cb50e8 (patch)
tree18fa1b4ba15f646e306cce49c49651b838cc7dec /shells
parent8d091955b9b4900162d8723d55202c79d62ad37d (diff)
downloadports-648b15e41d927a16a1558c79333ec021e3cb50e8.tar.gz
ports-648b15e41d927a16a1558c79333ec021e3cb50e8.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=554216
Diffstat (limited to 'shells')
-rw-r--r--shells/p5-Bash-Completion/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/p5-Bash-Completion/Makefile b/shells/p5-Bash-Completion/Makefile
index 066701b4f1f1..3a4c796de846 100644
--- a/shells/p5-Bash-Completion/Makefile
+++ b/shells/p5-Bash-Completion/Makefile
@@ -20,8 +20,9 @@ RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-Module-Load>=0.22:devel/p5-Module-Load
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>