pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/rubygems REPLACE_RUBY_DIRS is relative to ${WRKSR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0eafb3c8aeb
branches:  trunk
changeset: 539967:f0eafb3c8aeb
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Mar 18 03:47:07 2008 +0000

description:
REPLACE_RUBY_DIRS is relative to ${WRKSRC} by default, so shorten the
value a bit.

diffstat:

 misc/rubygems/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ee4340e889d9 -r f0eafb3c8aeb misc/rubygems/Makefile
--- a/misc/rubygems/Makefile    Tue Mar 18 01:40:48 2008 +0000
+++ b/misc/rubygems/Makefile    Tue Mar 18 03:47:07 2008 +0000
@@ -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_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}



Home | Main Index | Thread Index | Old Index