summaryrefslogtreecommitdiffstats
path: root/lang/ruby21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby21/Makefile')
-rw-r--r--lang/ruby21/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile
index b63c8bd..578d1c4 100644
--- a/lang/ruby21/Makefile
+++ b/lang/ruby21/Makefile
@@ -146,11 +146,11 @@ post-patch:
# Remove modules we don't want
#
.for d in win32ole
- @${RM} -rf ${BUILD_WRKSRC}/ext/${d}
+ @${RM} -r ${BUILD_WRKSRC}/ext/${d}
.endfor
# We get rake from ports.
.for d in bin/rake doc/rake lib/rake test/rake man/rake.1 lib/rake.rb
- @${RM} -rf ${BUILD_WRKSRC}/${d}
+ @${RM} -r ${BUILD_WRKSRC}/${d}
.endfor
# We get the gem executable from ports.
@${RM} ${BUILD_WRKSRC}/bin/gem
@@ -239,7 +239,7 @@ regression-test test:
validate:
@${MKDIR} ${WRKSRC}/rubyspec
- ${RM} -rf ${WRKSRC}/rubyspec/*
+ ${RM} -r ${WRKSRC}/rubyspec/*
(cd ${WRKSRC}/rubyspec && git clone git://github.com/rubyspec/rubyspec.git)
(cd ${WRKSRC}/rubyspec && git clone git://github.com/rubyspec/mspec.git)
(cd ${WRKSRC}/rubyspec/rubyspec && ${SETENV} PATH=${WRKSRC}/rubyspec/mspec/bin:${PATH} mspec -t ${PREFIX}/bin/ruby${RUBY_SUFFIX} .)
OpenPOWER on IntegriCloud