Date: Tue, 18 Apr 2023 18:10:10 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: 50ca512331ce - main - lang/ruby32: Fix typo Message-ID: <202304181810.33IIAAvB084554@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=50ca512331ced7869ed014b641acb00ec401e3f0 commit 50ca512331ced7869ed014b641acb00ec401e3f0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:58:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:05:10 +0000 lang/ruby32: Fix typo --- lang/ruby32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ruby32/Makefile b/lang/ruby32/Makefile index 928c79b8e2a2..b5756b7578a9 100644 --- a/lang/ruby32/Makefile +++ b/lang/ruby32/Makefile @@ -195,7 +195,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} \ @@ -209,7 +209,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.33IIAAvB084554>