svn commit: r554216 - head/shells/p5-Bash-Completion

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 11:21:47 UTC 2020


Author: sunpoet
Date: Fri Nov  6 11:21:42 2020
New Revision: 554216
URL: https://svnweb.freebsd.org/changeset/ports/554216

Log:
  Cosmetic change

Modified:
  head/shells/p5-Bash-Completion/Makefile

Modified: head/shells/p5-Bash-Completion/Makefile
==============================================================================
--- head/shells/p5-Bash-Completion/Makefile	Fri Nov  6 11:21:37 2020	(r554215)
+++ head/shells/p5-Bash-Completion/Makefile	Fri Nov  6 11:21:42 2020	(r554216)
@@ -20,8 +20,9 @@ RUN_DEPENDS=	p5-List-MoreUtils>=0:lang/p5-List-MoreUti
 		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>


More information about the svn-ports-all mailing list