diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-19 01:58:58 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-19 02:05:10 +0800 |
commit | 50ca512331ced7869ed014b641acb00ec401e3f0 (patch) | |
tree | f29bc0fd0b1c451632acf97c8fab75e869ec0bf8 /lang/ruby32 | |
parent | lang/ruby31: Fix typo (diff) |
lang/ruby32: Fix typo
Diffstat (limited to 'lang/ruby32')
-rw-r--r-- | lang/ruby32/Makefile | 4 |
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} \ |