Fix one small buglet in the regress stuff. ok msf@
This commit is contained in:
parent
9b5e48e67c
commit
390b1f043c
@ -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
|
# ruby module
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ RSPEC_REGRESS_TARGET?= spec
|
|||||||
.if !target(do-regress)
|
.if !target(do-regress)
|
||||||
. if ${MODRUBY_REGRESS:L:Mrspec}
|
. if ${MODRUBY_REGRESS:L:Mrspec}
|
||||||
. if ${MODRUBY_REGRESS:L:Mrake}
|
. if ${MODRUBY_REGRESS:L:Mrake}
|
||||||
RAKE_REGRESS_TARGET?= ${RSPEC_REGRESS_TARGET}
|
RAKE_REGRESS_TARGET= ${RSPEC_REGRESS_TARGET}
|
||||||
. else
|
. else
|
||||||
do-regress:
|
do-regress:
|
||||||
@cd ${WRKSRC} && ${RSPEC} ${RSPEC_REGRESS_TARGET}
|
@cd ${WRKSRC} && ${RSPEC} ${RSPEC_REGRESS_TARGET}
|
||||||
|
Loading…
Reference in New Issue
Block a user