Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2021 00:01:36 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6fefa07c6fb5 - main - Mk/bsd.ruby.mk: Fix typo
Message-ID:  <202112200001.1BK01a8Z016458@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

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

commit 6fefa07c6fb5b6be9dcfb8ffa27bef5993661560
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2021-12-19 23:57:23 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-12-19 23:57:23 +0000

    Mk/bsd.ruby.mk: Fix typo
    
    Reported by:    makc
    Fixes:          633b51aa6f3e (lang/ruby31: Add new port)
---
 Mk/bsd.ruby.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index 30182178af26..7c03fe217699 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -294,7 +294,7 @@ PLIST_SUB+=		${PLIST_RUBY_DIRS:C,DIR="(${LOCALBASE}|${PREFIX})/,DIR=",} \
 			RUBY26=${RUBY26} \
 			RUBY27=${RUBY27} \
 			RUBY30=${RUBY30} \
-			RUBY30=${RUBY31}
+			RUBY31=${RUBY31}
 
 .if ${PORT_OPTIONS:MDEBUG}
 RUBY_FLAGS+=	-d



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112200001.1BK01a8Z016458>