svn commit: r495121 - head/devel/p5-ExtUtils-InstallPaths

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 9 12:08:16 UTC 2019


Author: sunpoet
Date: Sat Mar  9 12:08:15 2019
New Revision: 495121
URL: https://svnweb.freebsd.org/changeset/ports/495121

Log:
  Cosmetic change

Modified:
  head/devel/p5-ExtUtils-InstallPaths/Makefile

Modified: head/devel/p5-ExtUtils-InstallPaths/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-InstallPaths/Makefile	Sat Mar  9 12:08:10 2019	(r495120)
+++ head/devel/p5-ExtUtils-InstallPaths/Makefile	Sat Mar  9 12:08:15 2019	(r495121)
@@ -16,8 +16,9 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-ExtUtils-Config>=0.002:devel/p5-ExtUtils-Config
 
-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