diff options
author | knu <knu@FreeBSD.org> | 2000-08-22 17:49:03 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-22 17:49:03 +0800 |
commit | 649cb591473a11152d2025094c169efe16b4a622 (patch) | |
tree | 60ae6b68d71f46899d8a085257e887d37d6f704e /textproc | |
parent | fdbfd46daefb4fd2c332d72e1dc59766ada903d7 (diff) | |
download | freebsd-ports-graphics-649cb591473a11152d2025094c169efe16b4a622.tar.gz freebsd-ports-graphics-649cb591473a11152d2025094c169efe16b4a622.tar.zst freebsd-ports-graphics-649cb591473a11152d2025094c169efe16b4a622.zip |
Install rmi2html.rb as-is and create a symlink to it as rmi2html.
(Previously rmi2html.rb was installed as rmi2html, and no rmi2html.rb)
Diffstat (limited to 'textproc')
-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 f0da6005fc0..a7ff22b6520 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 b90d9f46643..d7056c3c91e 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 |