mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Install rmi2html.rb as-is and create a symlink to it as rmi2html.
(Previously rmi2html.rb was installed as rmi2html, and no rmi2html.rb)
This commit is contained in:
parent
bb3c903e56
commit
6a669bf0e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31855
@ -60,7 +60,8 @@ post-build:
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rmi2html.rb ${PREFIX}/bin/rmi2html
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rmi2html.rb ${PREFIX}/bin/
|
||||
${LN} -sf rmi2html.rb ${PREFIX}/bin/rmi2html
|
||||
${INSTALL_DATA} ${WRKSRC}/rd/rd2rmi-lib.rb ${RUBY_SITELIBDIR}/rd/
|
||||
${MKDIR} ${EMACSLISPDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/utils/rd-mode.el ${EMACSLISPDIR}/
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/rd2
|
||||
bin/rdswap
|
||||
bin/rmi2html
|
||||
bin/rmi2html.rb
|
||||
lib/ruby/site_ruby/%%RUBY_VER%%/rd/dot.rd2rc
|
||||
lib/ruby/site_ruby/%%RUBY_VER%%/rd/filter.rb
|
||||
lib/ruby/site_ruby/%%RUBY_VER%%/rd/rd2html-lib.rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user