summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-18 03:47:07 +0000
committerjlam <jlam>2008-03-18 03:47:07 +0000
commit48c9e2fe0667a2e6f3e901ecc8a0e8c20d4b19ef (patch)
tree0be59c2a2a8a4b62b24e20e2a97d6479b1f9336a /misc
parent0aeb2a0304c8da6769f58a950f0c8b61100660b6 (diff)
downloadpkgsrc-48c9e2fe0667a2e6f3e901ecc8a0e8c20d4b19ef.tar.gz
REPLACE_RUBY_DIRS is relative to ${WRKSRC} by default, so shorten the
value a bit.
Diffstat (limited to 'misc')
-rw-r--r--misc/rubygems/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile
index 38f304c0783..fc4fc898a7f 100644
--- a/misc/rubygems/Makefile
+++ b/misc/rubygems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/03/13 18:45:05 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2008/03/18 03:47:07 jlam Exp $
DISTNAME= rubygems-1.0.1
PKGREVISION= 2
@@ -18,7 +18,7 @@ NO_CONFIGURE= yes
NO_BUILD= yes
RUBY_REQD= 1.8.3
-REPLACE_RUBY_DIRS= ${WRKSRC}/bin
+REPLACE_RUBY_DIRS= bin
REPLACE_RUBY_PAT= [a-z]*
GEM_HOME= ${PREFIX}/lib/ruby/gems/${RUBY_VER_DIR}