svn commit: r516574 - head/textproc/rubygem-parslet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:33:02 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:33:01 2019
New Revision: 516574
URL: https://svnweb.freebsd.org/changeset/ports/516574

Log:
  Cosmetic change

Modified:
  head/textproc/rubygem-parslet/Makefile

Modified: head/textproc/rubygem-parslet/Makefile
==============================================================================
--- head/textproc/rubygem-parslet/Makefile	Sun Nov  3 17:32:57 2019	(r516573)
+++ head/textproc/rubygem-parslet/Makefile	Sun Nov  3 17:33:01 2019	(r516574)
@@ -12,8 +12,9 @@ COMMENT=	Parser construction library with great error 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list