summaryrefslogtreecommitdiff
path: root/lang/ruby/gem.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/gem.mk')
-rw-r--r--lang/ruby/gem.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/gem.mk b/lang/ruby/gem.mk
index 3caaf81a073..ed5a126a117 100644
--- a/lang/ruby/gem.mk
+++ b/lang/ruby/gem.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gem.mk,v 1.21 2013/07/07 15:16:38 taca Exp $
+# $NetBSD: gem.mk,v 1.22 2013/07/14 21:08:17 jperkin Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install Ruby gems.
@@ -363,7 +363,7 @@ _gem-build-cleanbuild:
*) continue ;; \
esac; \
if [ -e ${WRKSRC:Q}"/$$file" ]; then \
- && continue; \
+ continue; \
elif [ -d "$$file" ]; then \
rfile=`echo $$file | ${SED} -e 's|^\./||'`; \
${ECHO} "rmdir "${GEM_NAME}"/$$rfile"; \