diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-07-28 17:48:21 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-07-28 17:48:21 +0000 |
commit | c0a65e8bffeec72a0cc10d2cb5576aad5da47a4d (patch) | |
tree | a37d980c04ffb17adc125de755bc37319d988a45 | |
parent | devel/rubygem-json146: Mark deprecated, set expiration date (diff) |
devel/ruby-sdl: don't hard code ruby version
With hat: ruby@
Notes
Notes:
svn path=/head/; revision=363205
-rw-r--r-- | devel/ruby-sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |