From 390b1f043c1da191d3224ba804059628c071a64a Mon Sep 17 00:00:00 2001 From: bernd Date: Tue, 11 Aug 2009 15:28:41 +0000 Subject: [PATCH] Fix one small buglet in the regress stuff. ok msf@ --- lang/ruby/ruby.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ruby/ruby.port.mk b/lang/ruby/ruby.port.mk index 82a0419586f..ee058cde710 100644 --- a/lang/ruby/ruby.port.mk +++ b/lang/ruby/ruby.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: ruby.port.mk,v 1.24 2009/08/11 14:30:15 msf Exp $ +# $OpenBSD: ruby.port.mk,v 1.25 2009/08/11 15:28:41 bernd Exp $ # ruby module @@ -111,7 +111,7 @@ RSPEC_REGRESS_TARGET?= spec .if !target(do-regress) . if ${MODRUBY_REGRESS:L:Mrspec} . if ${MODRUBY_REGRESS:L:Mrake} -RAKE_REGRESS_TARGET?= ${RSPEC_REGRESS_TARGET} +RAKE_REGRESS_TARGET= ${RSPEC_REGRESS_TARGET} . else do-regress: @cd ${WRKSRC} && ${RSPEC} ${RSPEC_REGRESS_TARGET}