From c0a65e8bffeec72a0cc10d2cb5576aad5da47a4d Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 28 Jul 2014 17:48:21 +0000 Subject: [PATCH] devel/ruby-sdl: don't hard code ruby version With hat: ruby@ --- devel/ruby-sdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index bc8d3300bd6e..10801cc26889 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -59,7 +59,7 @@ DOC_FILESEN= *.rsd OPTIONS_DEFINE= DOCS EXAMPLES post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ruby/site_ruby/1.9/*/sdl_ext.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ruby/site_ruby/${RUBY_VER}/*/sdl_ext.so @${REINPLACE_CMD} -e 's|ruby|${LOCALBASE}/bin/ruby|g' ${WRKSRC}/doc/rsd.rb @${MKDIR} ${STAGEDIR}${DOCSDIR}/ja