diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-18 03:47:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-18 03:47:07 +0000 |
commit | 11efc3c2173136d1aa9112e7ee45a2c878aa6b05 (patch) | |
tree | 0be59c2a2a8a4b62b24e20e2a97d6479b1f9336a /misc/rubygems/Makefile | |
parent | 501981a89a93c362e62e5e9534bbd628dc543052 (diff) | |
download | pkgsrc-11efc3c2173136d1aa9112e7ee45a2c878aa6b05.tar.gz |
REPLACE_RUBY_DIRS is relative to ${WRKSRC} by default, so shorten the
value a bit.
Diffstat (limited to 'misc/rubygems/Makefile')
-rw-r--r-- | misc/rubygems/Makefile | 4 |
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} |