diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-rdtool/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 835f6a4405d..2c1e8486db2 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -62,7 +62,9 @@ post-install: ${LN} -sf ${EMACSLISPDIR}/rd-mode.el ${XEMACSLISPDIR} ${INSTALL_SCRIPT} ${WRKSRC}/utils/rdswap.rb ${PREFIX}/bin/rdswap .if !defined(NOPORTDOCS) - rd2 ${RUBY_DOCDIR}/optparse/ja/optparse.ja.rd \ +# ${RUBY_RD} ${RUBY_DOCDIR}/amstd/ja/amstd-ja.rd \ +# > ${RUBY_DOCDIR}/amstd/ja/amstd-ja.html + ${RUBY_RD} ${RUBY_DOCDIR}/optparse/ja/optparse.ja.rd \ > ${RUBY_DOCDIR}/optparse/ja/optparse.ja.html ${MKDIR} ${RUBY_EXAMPLESDIR}/rd ${CP} ${RUBY_SITELIBDIR}/rd/dot.rd2rc ${RUBY_EXAMPLESDIR}/rd/ diff --git a/textproc/ruby-rdtool/pkg-plist b/textproc/ruby-rdtool/pkg-plist index fcbbd697f3e..8f1bac7c367 100644 --- a/textproc/ruby-rdtool/pkg-plist +++ b/textproc/ruby-rdtool/pkg-plist @@ -20,6 +20,7 @@ share/emacs/site-lisp/rd-mode.el lib/xemacs/site-lisp/rd-mode.el @unexec rmdir -p %D/share/emacs/site-lisp 2>/dev/null || true @unexec rmdir -p %D/lib/xemacs/site-lisp 2>/dev/null || true +@comment %%RUBY_DOCDIR%%/amstd/ja/amstd-ja.html %%RUBY_DOCDIR%%/optparse/ja/optparse.ja.html %%RUBY_DOCDIR%%/rd/README.html %%RUBY_DOCDIR%%/rd/rd-draft.html |