git: ea3b7bdeef73 - main - devel/rubygem-irb: Use proper variable, RUBY_PORT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:48:45 UTC
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>