git: 6b5a1998b915 - main - lang/ruby31: Update comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 13:05:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6b5a1998b91521d7a2fa24eaf8e28c69848b4c82
commit 6b5a1998b91521d7a2fa24eaf8e28c69848b4c82
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 12:54:36 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 13:02:59 +0000
lang/ruby31: Update comment
---
lang/ruby31/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/ruby31/Makefile b/lang/ruby31/Makefile
index 238e0f53599c..796437ea91d2 100644
--- a/lang/ruby31/Makefile
+++ b/lang/ruby31/Makefile
@@ -166,13 +166,13 @@ pre-install-RDOC-on:
post-install:
.if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
#
-# Link just installed "ruby" to "ruby27", etc.
+# Link just installed "ruby" to "ruby31", etc.
#
. for FILE in ${INSTALLED_SCRIPTS}
${LN} -fs ${FILE}${RUBY_SUFFIX} ${STAGEDIR}${PREFIX}/bin/${FILE}
. endfor
#
-# Link "ruby.1.gz" to "ruby27.1.gz", etc.
+# Link "ruby.1.gz" to "ruby31.1.gz", etc.
#
. for FILE in ${INSTALLED_MANUALS}
${LN} -fs ${FILE}${RUBY_SUFFIX}.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/${FILE}.1.gz