diff options
Diffstat (limited to 'devel/ruby-date2')
-rw-r--r-- | devel/ruby-date2/Makefile | 14 | ||||
-rw-r--r-- | devel/ruby-date2/pkg-descr | 2 | ||||
-rw-r--r-- | devel/ruby-date2/pkg-plist | 12 |
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 |