aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-18 17:58:57 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-18 18:05:10 +0000
commit07a78c94bb4974e536202f588ee46bb51685092f (patch)
tree5704aa54509cc7ae5715f764773d4b1225232642
parent41cae53b385ed68e8c6aab49aca724229a54ce17 (diff)
downloadports-07a78c94bb4974e536202f588ee46bb51685092f.tar.gz
ports-07a78c94bb4974e536202f588ee46bb51685092f.zip
lang/ruby31: Fix typo
-rw-r--r--lang/ruby31/Makefile4
1 files 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} \