svn commit: r554211 - head/sysutils/p5-Fuse-Simple

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


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

Log:
  Cosmetic change

Modified:
  head/sysutils/p5-Fuse-Simple/Makefile

Modified: head/sysutils/p5-Fuse-Simple/Makefile
==============================================================================
--- head/sysutils/p5-Fuse-Simple/Makefile	Fri Nov  6 11:21:12 2020	(r554210)
+++ head/sysutils/p5-Fuse-Simple/Makefile	Fri Nov  6 11:21:17 2020	(r554211)
@@ -18,8 +18,9 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Fuse>=0:sysutils/p5-Fuse
 
-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