pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/rubygems Use the correct variable name (GEM_CACHE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/192bdfa402c5
branches:  trunk
changeset: 540104:192bdfa402c5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 27 05:34:31 2008 +0000

description:
Use the correct variable name (GEM_CACHEDIR, not GEM_CACHE).

diffstat:

 misc/rubygems/rubygem.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 236bdf8ea7dd -r 192bdfa402c5 misc/rubygems/rubygem.mk
--- a/misc/rubygems/rubygem.mk  Thu Mar 27 05:29:42 2008 +0000
+++ b/misc/rubygems/rubygem.mk  Thu Mar 27 05:34:31 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubygem.mk,v 1.33 2008/03/27 05:29:42 jlam Exp $
+# $NetBSD: rubygem.mk,v 1.34 2008/03/27 05:34:31 jlam Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install Ruby gems.
@@ -248,8 +248,8 @@
 # 
 .PHONY: _gem-build-buildroot-check
 _gem-build-buildroot-check:
-       ${RUN} test -f ${_RUBYGEM_BUILDROOT}${GEM_CACHE}/${GEM_NAME}.gem || \
-       ${FAIL_MSG} "Installing ${GEM_NAME}.gem into buildroot failed."
+       ${RUN} test -f ${_RUBYGEM_BUILDROOT}${GEM_CACHEDIR}/${GEM_NAME}.gem || \
+               ${FAIL_MSG} "Installing ${GEM_NAME}.gem into buildroot failed."
 
 .if !empty(GEM_CLEANBUILD)
 .PHONY: _gem-build-cleanbuild



Home | Main Index | Thread Index | Old Index