svn commit: r554203 - head/devel/p5-Tree-RedBlack

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


Author: sunpoet
Date: Fri Nov  6 11:20:38 2020
New Revision: 554203
URL: https://svnweb.freebsd.org/changeset/ports/554203

Log:
  Cosmetic change

Modified:
  head/devel/p5-Tree-RedBlack/Makefile

Modified: head/devel/p5-Tree-RedBlack/Makefile
==============================================================================
--- head/devel/p5-Tree-RedBlack/Makefile	Fri Nov  6 11:20:32 2020	(r554202)
+++ head/devel/p5-Tree-RedBlack/Makefile	Fri Nov  6 11:20:38 2020	(r554203)
@@ -13,8 +13,9 @@ COMMENT=	Perl implementation of Red/Black tree, a type
 
 LICENSE=	ART10
 
-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