diff options
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-rdtool/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index f0da6005fc0b..a7ff22b6520b 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -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}/ diff --git a/textproc/ruby-rdtool/pkg-plist b/textproc/ruby-rdtool/pkg-plist index b90d9f466438..d7056c3c91ed 100644 --- a/textproc/ruby-rdtool/pkg-plist +++ b/textproc/ruby-rdtool/pkg-plist @@ -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 |