summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/options.mk')
-rw-r--r--lang/ruby18-base/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby18-base/options.mk b/lang/ruby18-base/options.mk
index e0b12744586..f2f8ea4bec0 100644
--- a/lang/ruby18-base/options.mk
+++ b/lang/ruby18-base/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2006/12/06 16:24:27 taca Exp $
+# $NetBSD: options.mk,v 1.2 2007/01/28 15:15:58 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ruby
PKG_SUPPORTED_OPTIONS= ruby-build-ri-db
@@ -7,5 +7,5 @@ PKG_SUPPORTED_OPTIONS= ruby-build-ri-db
.if !empty(PKG_OPTIONS:Mruby-build-ri-db)
CONFIGURE_ARGS+= --enable-install-doc
-RUBY_DYNAMIC_DIRS+= ${RUBY_RIDIR:S,${PREFIX}/,,}
+RUBY_DYNAMIC_DIRS+= ${RUBY_SYSRIDIR}
.endif