svn commit: r511242 - head/devel/rubygem-drydock

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


Author: sunpoet
Date: Thu Sep  5 17:11:05 2019
New Revision: 511242
URL: https://svnweb.freebsd.org/changeset/ports/511242

Log:
  Cosmetic change

Modified:
  head/devel/rubygem-drydock/Makefile

Modified: head/devel/rubygem-drydock/Makefile
==============================================================================
--- head/devel/rubygem-drydock/Makefile	Thu Sep  5 17:11:00 2019	(r511241)
+++ head/devel/rubygem-drydock/Makefile	Thu Sep  5 17:11:05 2019	(r511242)
@@ -13,9 +13,11 @@ COMMENT=	Build seaworthy command-line apps with a powe
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem shebangfix
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
 SHEBANG_FILES=	bin/example
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list