diff options
author | knu <knu@FreeBSD.org> | 2001-08-16 14:14:17 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-16 14:14:17 +0800 |
commit | b75d14ea05a619cb936cb5e80b04dab96e1dcc3e (patch) | |
tree | d8344a7292874e2c3e34b22fcb9e93950cf8b2ea /devel/ruby-optparse | |
parent | fdf16d4254bc1ed26dc86a14a38485939e091ff7 (diff) | |
download | freebsd-ports-gnome-b75d14ea05a619cb936cb5e80b04dab96e1dcc3e.tar.gz freebsd-ports-gnome-b75d14ea05a619cb936cb5e80b04dab96e1dcc3e.tar.zst freebsd-ports-gnome-b75d14ea05a619cb936cb5e80b04dab96e1dcc3e.zip |
Fix plist.
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 |