summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/ruby/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common
index 5126dfc0f5b..bbafc3bd6a1 100644
--- a/lang/ruby/Makefile.common
+++ b/lang/ruby/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2019/02/03 14:03:54 taca Exp $
+# $NetBSD: Makefile.common,v 1.41 2019/09/12 21:01:07 rillig Exp $
#
# Ruby base distribution common definition
# used by databases/ruby-gdbm/Makefile
@@ -63,8 +63,8 @@ PKGNAME?= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION}
DISTINFO_FILE= ${.CURDIR}/${RUBY_SRCDIR}/distinfo
PATCHDIR= ${.CURDIR}/${RUBY_SRCDIR}/patches
do-patch:
- ${_PKG_SILENT}${_PKG_DEBUG} \
- cd ${WRKSRC}; \
+ ${RUN} \
+ cd ${WRKSRC}; \
for p in `${EGREP} -l '^\+\+\+ ext/${RUBY_EXTNAME}/' ${PATCHDIR}/patch-*`;do \
${SED} -e 's,^+++ ext/${RUBY_EXTNAME}/,+++ ,' $$p | \
${PATCH} ${PATCH_ARGS}; \