git: 3859d598a01a - main - print/rubygem-color-tools: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 27 Aug 2022 10:34:11 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3859d598a01a03f063bebd71add11ad2a86dd8b5

commit 3859d598a01a03f063bebd71add11ad2a86dd8b5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:26:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:26:40 +0000

    print/rubygem-color-tools: Cosmetic change
---
 print/rubygem-color-tools/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/print/rubygem-color-tools/Makefile b/print/rubygem-color-tools/Makefile
index 3953b7db6e40..fa7d4f20dcfb 100644
--- a/print/rubygem-color-tools/Makefile
+++ b/print/rubygem-color-tools/Makefile
@@ -8,9 +8,9 @@ COMMENT=	Provides colour space definition and manipulation
 
 LICENSE=	MIT
 
-NO_ARCH=	yes
-
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>