summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-22 09:49:03 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-22 09:49:03 +0000
commit6a669bf0e231975507c19920d7f4f4295c4bb2a0 (patch)
tree934cb9dd48c40659017496f5c797c6140553e988 /textproc/ruby-rdtool
parentFix problem with `-l` gcc options ordering. (diff)
Install rmi2html.rb as-is and create a symlink to it as rmi2html.
(Previously rmi2html.rb was installed as rmi2html, and no rmi2html.rb)
Notes
Notes: svn path=/head/; revision=31855
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r--textproc/ruby-rdtool/Makefile3
-rw-r--r--textproc/ruby-rdtool/pkg-plist1
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