git: 41cae53b385e - main - lang/ruby30: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:10:07 UTC
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} \