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