aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-property
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-08-07 18:08:41 +0800
committerknu <knu@FreeBSD.org>2000-08-07 18:08:41 +0800
commit3099d4867b429656f1b05fb8e152b33cb5053068 (patch)
tree7f38b10a56dfeb1c35e56659a7625b48490e70c7 /devel/ruby-property
parent9c27f9c84abc27c8239b008ad9948d4071f19bf9 (diff)
downloadfreebsd-ports-gnome-3099d4867b429656f1b05fb8e152b33cb5053068.tar.gz
freebsd-ports-gnome-3099d4867b429656f1b05fb8e152b33cb5053068.tar.zst
freebsd-ports-gnome-3099d4867b429656f1b05fb8e152b33cb5053068.zip
Non-standard modules sould go under `site_ruby' directory.
Diffstat (limited to 'devel/ruby-property')
-rw-r--r--devel/ruby-property/Makefile2
-rw-r--r--devel/ruby-property/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-property/Makefile b/devel/ruby-property/Makefile
index 2390878e7a1a..c6b024fbbfa4 100644
--- a/devel/ruby-property/Makefile
+++ b/devel/ruby-property/Makefile
@@ -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
diff --git a/devel/ruby-property/pkg-plist b/devel/ruby-property/pkg-plist
index 4128014c8007..6df5ac314cef 100644
--- a/devel/ruby-property/pkg-plist
+++ b/devel/ruby-property/pkg-plist
@@ -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