Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 13:48:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ea3b7bdeef73 - main - devel/rubygem-irb: Use proper variable, RUBY_PORT
Message-ID:  <202111011348.1A1DmjP6053238@gitrepo.freebsd.org>

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

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

commit ea3b7bdeef73a48825166aee5b20ada7bb9362b3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-01 13:30:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-01 13:42:22 +0000

    devel/rubygem-irb: Use proper variable, RUBY_PORT
---
 devel/rubygem-irb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/rubygem-irb/Makefile b/devel/rubygem-irb/Makefile
index 218687da035a..2104f44cc1de 100644
--- a/devel/rubygem-irb/Makefile
+++ b/devel/rubygem-irb/Makefile
@@ -30,7 +30,7 @@ post-install:
 post-install:
 	${RM} ${STAGEDIR}${PREFIX}/bin/irb
 .else
-IGNORE=		${PORTNAME} is included in lang/${RUBY_NAME}
+IGNORE=		${PORTNAME} is included in ${RUBY_PORT}
 .endif
 
 .include <bsd.port.post.mk>



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