Date: Tue, 18 Apr 2023 18:10:07 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: 41cae53b385e - main - lang/ruby30: Fix typo Message-ID: <202304181810.33IIA74n083731@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=41cae53b385ed68e8c6aab49aca724229a54ce17 commit 41cae53b385ed68e8c6aab49aca724229a54ce17 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:58:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:05:09 +0000 lang/ruby30: Fix typo --- lang/ruby30/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile index de34d7a5ad09..e3fc6cc8ab7d 100644 --- a/lang/ruby30/Makefile +++ b/lang/ruby30/Makefile @@ -190,7 +190,7 @@ post-install-DEBUG-off: .endif post-install-DOCS-on: - # Create all dirs required (":u" isn't avaiable in STABLE yet :-() + # Create all dirs required (":u" isn't available in STABLE yet :-() ${MKDIR} ${EXTDOCS:C|^([^/]+)/.*|\1|:S|^|${STAGEDIR}${RUBY_DOCDIR}/|} .for FILE in ${EXTDOCS} ${INSTALL_DATA} ${WRKSRC}/ext/${FILE} \ @@ -204,7 +204,7 @@ post-install-DOCS-on: ${STAGEDIR}${RUBY_DOCDIR}/ post-install-EXAMPLES-on: - # Create all dirs required (":u" isn't avaiable in STABLE yet :-() + # Create all dirs required (":u" isn't available in STABLE yet :-() ${MKDIR} ${EXTSAMPLES:C|^([^/]+)/.*|\1|:S|^|${STAGEDIR}${RUBY_EXAMPLESDIR}/|} .for FILE in ${EXTSAMPLES} ${INSTALL_DATA} ${WRKSRC}/ext/${FILE} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304181810.33IIA74n083731>