diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-16 06:14:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-16 06:14:17 +0000 |
commit | 3c15924825896bb3695764936f6560c172390a5f (patch) | |
tree | eed173c94b9ea1089093dd3fdee076c9c53e6802 /devel/ruby-optparse | |
parent | Use _PATH_UTMP. Normally, the configure script attempts (diff) |
Fix plist.
Notes
Notes:
svn path=/head/; revision=46302
Diffstat (limited to 'devel/ruby-optparse')
-rw-r--r-- | devel/ruby-optparse/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-optparse/pkg-plist | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile index cc1132ec7901..103ddb7d846e 100644 --- a/devel/ruby-optparse/Makefile +++ b/devel/ruby-optparse/Makefile @@ -21,7 +21,8 @@ NO_BUILD= yes DOCS_EN= ChangeLog \ ChangeLog.html \ README.en \ - optparse.html \ + optparse.en.html \ + optparse.en.rd \ optparse.rlog \ rmi.html DOCS_JA= FIRSTSTEP.ja.html \ @@ -30,6 +31,9 @@ DOCS_JA= FIRSTSTEP.ja.html \ optparse.ja.html \ optparse.ja.rd +post-extract: + ${MV} ${WRKSRC}/optparse.html ${WRKSRC}/optparse.en.html + do-install: ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/optparse.rb ${RUBY_SITELIBDIR}/ diff --git a/devel/ruby-optparse/pkg-plist b/devel/ruby-optparse/pkg-plist index ab3ea124603e..3590523b46c0 100644 --- a/devel/ruby-optparse/pkg-plist +++ b/devel/ruby-optparse/pkg-plist @@ -16,8 +16,8 @@ %%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/ChangeLog %%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/ChangeLog.html %%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/README.en -%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/optparse.html %%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/optparse.en.html +%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/optparse.en.rd %%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/optparse.rlog %%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/rmi.html %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/optparse/ja |