that should have been ${LOCALBASE}/bin/rake, adjust. again from bernd@

This commit is contained in:
msf 2008-07-12 08:07:23 +00:00
parent 7422531ab5
commit 0cb855a9fd

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2008/07/11 11:14:07 msf Exp $
# $OpenBSD: Makefile,v 1.8 2008/07/12 08:07:23 msf Exp $
SHARED_ONLY= Yes
@ -35,7 +35,7 @@ do-install:
${PREFIX}/share/examples/ruby-facter
do-regress:
@cd ${WRKSRC}/spec && ${LOCALBASE}/rake all
@cd ${WRKSRC}/spec && ${LOCALBASE}/bin/rake all
.include <bsd.port.mk>