aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-date2
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-12 20:09:41 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-12 20:09:41 +0000
commit596ebf8a494ccec324a561d381d1c60d5f35cf02 (patch)
tree740528554f6f5efe5651a2e1c0f603dcf8fb5474 /devel/ruby-date2
parentfa205cf0127276fbc75367f39be16135d70b5d9e (diff)
downloadports-596ebf8a494ccec324a561d381d1c60d5f35cf02.tar.gz
ports-596ebf8a494ccec324a561d381d1c60d5f35cf02.zip
Notes
Diffstat (limited to 'devel/ruby-date2')
-rw-r--r--devel/ruby-date2/Makefile14
-rw-r--r--devel/ruby-date2/pkg-descr2
-rw-r--r--devel/ruby-date2/pkg-plist12
3 files changed, 15 insertions, 13 deletions
diff --git a/devel/ruby-date2/Makefile b/devel/ruby-date2/Makefile
index c54047d20f4d..a1beb302aca6 100644
--- a/devel/ruby-date2/Makefile
+++ b/devel/ruby-date2/Makefile
@@ -20,9 +20,9 @@ NO_BUILD= yes
PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}"
-RUBY= ${LOCALBASE}/bin/ruby
-RUBY_VER= 1.4
-RUBY_ARCH= ${ARCH}-freebsd${OSREL}
+RUBY?= ${LOCALBASE}/bin/ruby
+RUBY_VER?= 1.4
+RUBY_ARCH?= ${ARCH}-freebsd${OSREL}
MODULES= date2.rb date3.rb holiday.rb odate.rb \
parsedate2.rb parsedate2.ry parsedate3.rb \
@@ -38,14 +38,14 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/lib/${f} ${PREFIX}/lib/ruby/site_ruby/
.endfor
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/ruby/date2/examples/ja
- ${MKDIR} ${PREFIX}/share/doc/ruby/date2/ja
+ ${MKDIR} ${PREFIX}/share/examples/ruby/date2/ja
.for f in ${EXAMPLES_EN}
- ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${PREFIX}/share/doc/ruby/date2/examples/
+ ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${PREFIX}/share/examples/ruby/date2/
.endfor
.for f in ${EXAMPLES_JA}
- ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${PREFIX}/share/doc/ruby/date2/examples/ja/
+ ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${PREFIX}/share/examples/ruby/date2/ja/
.endfor
+ ${MKDIR} ${PREFIX}/share/doc/ruby/date2/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/date2/
.endfor
diff --git a/devel/ruby-date2/pkg-descr b/devel/ruby-date2/pkg-descr
index 796bfd9b15db..5e04779add19 100644
--- a/devel/ruby-date2/pkg-descr
+++ b/devel/ruby-date2/pkg-descr
@@ -5,4 +5,6 @@ specified freely in this class. The procedures about holiday
(holiday.rb) and date format (parsedate2.rb, strftime.rb and
strptime.rb) are also available.
+
+Author: Tadayoshi Funaba <tadf@kt.rim.or.jp>
WWW: http://www.kt.rim.or.jp/~tadf/ruby-en.html#date2
diff --git a/devel/ruby-date2/pkg-plist b/devel/ruby-date2/pkg-plist
index d5d3928d247e..99c16d0eb9e6 100644
--- a/devel/ruby-date2/pkg-plist
+++ b/devel/ruby-date2/pkg-plist
@@ -8,16 +8,16 @@ lib/ruby/site_ruby/parsedate3.rb
lib/ruby/site_ruby/qholiday.rb
lib/ruby/site_ruby/strftime.rb
lib/ruby/site_ruby/strptime.rb
+share/examples/ruby/date2/cal.rb
+share/examples/ruby/date2/daylight.rb
+share/examples/ruby/date2/goodfriday.rb
+share/examples/ruby/date2/ja/ncal.rb
+@dirrm share/examples/ruby/date2/ja
+@dirrm share/examples/ruby/date2
share/doc/ruby/date2/CHANGES.en
share/doc/ruby/date2/MANUAL.en
share/doc/ruby/date2/README.en
-share/doc/ruby/date2/examples/cal.rb
-share/doc/ruby/date2/examples/daylight.rb
-share/doc/ruby/date2/examples/goodfriday.rb
-share/doc/ruby/date2/examples/ja/ncal.rb
share/doc/ruby/date2/ja/MANUAL
share/doc/ruby/date2/ja/README
-@dirrm share/doc/ruby/date2/examples/ja
-@dirrm share/doc/ruby/date2/examples
@dirrm share/doc/ruby/date2/ja
@dirrm share/doc/ruby/date2