Date: Tue, 18 Apr 2023 18:10:08 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: 07a78c94bb49 - main - lang/ruby31: Fix typo Message-ID: <202304181810.33IIA8Yv083983@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=07a78c94bb4974e536202f588ee46bb51685092f commit 07a78c94bb4974e536202f588ee46bb51685092f 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:10 +0000 lang/ruby31: Fix typo --- lang/ruby31/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ruby31/Makefile b/lang/ruby31/Makefile index d8eac85a03f8..bc417479ab8c 100644 --- a/lang/ruby31/Makefile +++ b/lang/ruby31/Makefile @@ -192,7 +192,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} \ @@ -206,7 +206,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.33IIA8Yv083983>