aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-19 12:00:03 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-19 12:00:03 +0000
commitd58e1a96a00aa9ed5fdd14a99d052a89f6677c5a (patch)
tree21a15b9e7b6a1774ac8d57c80cbd8ae3a5c713bd /shells
parent0206b0d2b1e56a7392f4a7503a777e220b1c0c93 (diff)
downloadports-d58e1a96a00aa9ed5fdd14a99d052a89f6677c5a.tar.gz
ports-d58e1a96a00aa9ed5fdd14a99d052a89f6677c5a.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/ruby-shell/Makefile10
-rw-r--r--shells/ruby-shell/distinfo2
-rw-r--r--shells/ruby-shell/pkg-plist6
3 files changed, 13 insertions, 5 deletions
diff --git a/shells/ruby-shell/Makefile b/shells/ruby-shell/Makefile
index 7cbbe1312118..dc79fcf08090 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 f3a8afd6300f..bae7dab37eb8 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 6264ecdb320d..fc43e516fdac 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