diff options
author | knu <knu@FreeBSD.org> | 2001-03-19 12:00:03 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-19 12:00:03 +0000 |
commit | e2080687ccfc0d0f768760badf99deb053029d11 (patch) | |
tree | 338a112e39a4e6fadd7c1b2d38f97ffdae3e673c /shells | |
parent | b8ea453e00442329a8c8006aaaa66a16d3345573 (diff) | |
download | FreeBSD-ports-e2080687ccfc0d0f768760badf99deb053029d11.zip FreeBSD-ports-e2080687ccfc0d0f768760badf99deb053029d11.tar.gz |
Update to 0.6.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ruby-shell/Makefile | 10 | ||||
-rw-r--r-- | shells/ruby-shell/distinfo | 2 | ||||
-rw-r--r-- | shells/ruby-shell/pkg-plist | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/shells/ruby-shell/Makefile b/shells/ruby-shell/Makefile index 7cbbe13..dc79fcf 100644 --- a/shells/ruby-shell/Makefile +++ b/shells/ruby-shell/Makefile @@ -6,10 +6,10 @@ # PORTNAME= shell -PORTVERSION= 0.5.6 +PORTVERSION= 0.6 CATEGORIES= shells ruby MASTER_SITES= ${MASTER_SITE_RUBY} -MASTER_SITE_SUBDIR= contrib +MASTER_SITE_SUBDIR= contrib in.coming PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby @@ -20,7 +20,8 @@ USE_RUBY= yes NO_BUILD= yes -DOCS_JA= doc/shell.doc +DOCS_EN= README doc/shell.doc +DOCS_JA= README.jp doc/shell.doc.jp do-install: ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME} @@ -28,6 +29,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/shell/* ${RUBY_SITELIBDIR}/${PORTNAME}/ .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja +.for f in ${DOCS_EN} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ +.endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/ .endfor diff --git a/shells/ruby-shell/distinfo b/shells/ruby-shell/distinfo index f3a8afd..bae7dab 100644 --- a/shells/ruby-shell/distinfo +++ b/shells/ruby-shell/distinfo @@ -1 +1 @@ -MD5 (ruby/shell-0.5.6.tgz) = eab033b97ee6fbcfd15fff23715adbcc +MD5 (ruby/shell-0.6.tgz) = 75284e8f10f44e28cbb3d87ec51f4fdb diff --git a/shells/ruby-shell/pkg-plist b/shells/ruby-shell/pkg-plist index 6264ecd..fc43e51 100644 --- a/shells/ruby-shell/pkg-plist +++ b/shells/ruby-shell/pkg-plist @@ -5,7 +5,11 @@ %%RUBY_SITELIBDIR%%/shell/filter.rb %%RUBY_SITELIBDIR%%/shell/process-controller.rb %%RUBY_SITELIBDIR%%/shell/system-command.rb +%%RUBY_SITELIBDIR%%/shell/version.rb @dirrm %%RUBY_SITELIBDIR%%/shell -%%PORTDOCS%%%%RUBY_DOCDIR%%/shell/ja/shell.doc +%%PORTDOCS%%%%RUBY_DOCDIR%%/shell/README +%%PORTDOCS%%%%RUBY_DOCDIR%%/shell/shell.doc +%%PORTDOCS%%%%RUBY_DOCDIR%%/shell/ja/README.jp +%%PORTDOCS%%%%RUBY_DOCDIR%%/shell/ja/shell.doc.jp %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/shell/ja %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/shell |