svn commit: r511239 - head/devel/rubygem-ddplugin

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 5 17:10:50 UTC 2019


Author: sunpoet
Date: Thu Sep  5 17:10:49 2019
New Revision: 511239
URL: https://svnweb.freebsd.org/changeset/ports/511239

Log:
  Cosmetic change

Modified:
  head/devel/rubygem-ddplugin/Makefile

Modified: head/devel/rubygem-ddplugin/Makefile
==============================================================================
--- head/devel/rubygem-ddplugin/Makefile	Thu Sep  5 17:10:44 2019	(r511238)
+++ head/devel/rubygem-ddplugin/Makefile	Thu Sep  5 17:10:49 2019	(r511239)
@@ -12,8 +12,9 @@ COMMENT=	Plugin management for Ruby projects
 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