aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-07-29 01:48:21 +0800
committerswills <swills@FreeBSD.org>2014-07-29 01:48:21 +0800
commitc9c0224274c63d74386bacce29365b10a9ec71cf (patch)
treea37d980c04ffb17adc125de755bc37319d988a45 /devel
parent9ad0578b727103c8eda34701eb6ebb853143da34 (diff)
downloadfreebsd-ports-gnome-c9c0224274c63d74386bacce29365b10a9ec71cf.tar.gz
freebsd-ports-gnome-c9c0224274c63d74386bacce29365b10a9ec71cf.tar.zst
freebsd-ports-gnome-c9c0224274c63d74386bacce29365b10a9ec71cf.zip
devel/ruby-sdl: don't hard code ruby version
With hat: ruby@
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-sdl/Makefile2
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