git: d69ffc116add - main - devel/rubygem-slop3: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:05:18 UTC
The branch main has been updated by sunpoet:

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

commit d69ffc116addefc2ff201b2256bf8f95dbf92c4d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:15:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:58:09 +0000

    devel/rubygem-slop3: Cosmetic change
---
 devel/rubygem-slop3/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/rubygem-slop3/Makefile b/devel/rubygem-slop3/Makefile
index fa5488b03b9c..6cc9c0f92082 100644
--- a/devel/rubygem-slop3/Makefile
+++ b/devel/rubygem-slop3/Makefile
@@ -12,8 +12,9 @@ COMMENT=	Simple DSL for gathering options and parsing the command line
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>