git: beb4f6c8bd9b - main - textproc/docbookrx: Update RUBYGEMBIN after f800970bc87ab1fac4110c4482ec064be1140b90

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 28 Feb 2022 13:37:10 UTC
The branch main has been updated by sunpoet:

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

commit beb4f6c8bd9ba3d27aa649eb6b1117305b666c47
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 13:36:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 13:36:59 +0000

    textproc/docbookrx: Update RUBYGEMBIN after f800970bc87ab1fac4110c4482ec064be1140b90
---
 textproc/docbookrx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/docbookrx/Makefile b/textproc/docbookrx/Makefile
index 4cd3f40db01e..96af143e03bc 100644
--- a/textproc/docbookrx/Makefile
+++ b/textproc/docbookrx/Makefile
@@ -30,7 +30,7 @@ RUBYGEM_ARGS=	-l --no-update-sources --ignore-dependencies \
 		--install-dir  ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER} \
 		--bindir=${STAGEDIR}${PREFIX}/bin
 
-RUBYGEMBIN=	${LOCALBASE}/bin/gem${RUBY_VER:S/.//}
+RUBYGEMBIN=	${LOCALBASE}/bin/gem
 GEMS_BASE_DIR=	lib/ruby/gems/${RUBY_VER}
 GEMS_DIR=	${GEMS_BASE_DIR}/gems
 DOC_DIR=	${GEMS_BASE_DIR}/doc