mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
devel/ruby-sdl: don't hard code ruby version
With hat: ruby@
This commit is contained in:
parent
cec2e5e9b9
commit
c0a65e8bff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363205
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue