1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Non-standard modules sould go under `site_ruby' directory.

This commit is contained in:
Akinori MUSHA 2000-08-07 10:08:41 +00:00
parent e4e5bb284f
commit dee2f62a68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31369
4 changed files with 5 additions and 3 deletions

View File

@ -29,7 +29,7 @@ post-patch:
${PERL} -i -pe 's|rubyapi.css|../rubyapi.css|g' ${WRKSRC}/Properties-ja.html
do-install:
${INSTALL_DATA} ${WRKSRC}/property.rb ${PREFIX}/lib/ruby/${RUBY_VER}
${INSTALL_DATA} ${WRKSRC}/property.rb ${PREFIX}/lib/ruby/site_ruby
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ruby/property/ja
.for f in property-example.rb test.default property.README Properties.html rubyapi.css

View File

@ -1,4 +1,4 @@
lib/ruby/%%RUBY_VER%%/property.rb
lib/ruby/site_ruby/property.rb
share/doc/ruby/property/property-example.rb
share/doc/ruby/property/test.default
share/doc/ruby/property/property.README

View File

@ -16,6 +16,8 @@ MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby
RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby
INSTALL_TARGET= site-install
NO_WRKSUBDIR= yes
PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}"

View File

@ -1,4 +1,4 @@
lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/BigFloat.so
lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/BigFloat.so
share/doc/ruby/bigfloat/ja/bigfloat.html
share/doc/ruby/bigfloat/README
share/doc/ruby/bigfloat/bigfloat_en.html