mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Now ruby-optparse 0.7.8 has included an English document, process it
on installation together with the Japanese document.
This commit is contained in:
parent
0b11e7b85b
commit
f29bf497e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36960
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= rdtool
|
||||
PORTVERSION= 0.6.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -64,6 +65,8 @@ post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
# ${RUBY_RD} ${RUBY_DOCDIR}/amstd/ja/amstd-ja.rd \
|
||||
# > ${RUBY_DOCDIR}/amstd/ja/amstd-ja.html
|
||||
${RUBY_RD} ${RUBY_DOCDIR}/optparse/optparse.en.rd \
|
||||
> ${RUBY_DOCDIR}/optparse/optparse.en.html
|
||||
${RUBY_RD} ${RUBY_DOCDIR}/optparse/ja/optparse.ja.rd \
|
||||
> ${RUBY_DOCDIR}/optparse/ja/optparse.ja.html
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/rd
|
||||
|
@ -22,6 +22,7 @@ lib/xemacs/site-lisp/rd-mode.el
|
||||
@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%%/optparse/optparse.en.html
|
||||
%%RUBY_DOCDIR%%/rd/README.html
|
||||
%%RUBY_DOCDIR%%/rd/rd-draft.html
|
||||
%%RUBY_DOCDIR%%/rd/rd-draft.rd
|
||||
|
Loading…
Reference in New Issue
Block a user