pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby Correcting what seems to be a typo, and woul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2b634e492bd
branches:  trunk
changeset: 650791:c2b634e492bd
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Apr 26 16:51:26 2015 +0000

description:
Correcting what seems to be a typo, and would result in "BO" being OK here.

diffstat:

 lang/ruby/gem-vars.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4549ec55c5c8 -r c2b634e492bd lang/ruby/gem-vars.mk
--- a/lang/ruby/gem-vars.mk     Sun Apr 26 15:45:36 2015 +0000
+++ b/lang/ruby/gem-vars.mk     Sun Apr 26 16:51:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gem-vars.mk,v 1.1 2015/03/08 14:41:12 taca Exp $
+# $NetBSD: gem-vars.mk,v 1.2 2015/04/26 16:51:26 rodent Exp $
 #
 # This Makefile fragment defines various make(1) variables for Ruby gems
 # support.
@@ -33,7 +33,7 @@
 GEM_EXTSDIR_NEEDS_SUBDIR?=     yes
 RUBY_GEM_ARCH!=        ${RUBYGEM} environment platform | ${SED} -e 's|.*:||'
 
-.if !empty(GEM_EXTSDIR_NEEDS_SUBDIR:M[nB][oO])
+.if !empty(GEM_EXTSDIR_NEEDS_SUBDIR:M[nN][oO])
 GEM_EXTSDIR=   ${GEM_HOME}/extensions/${RUBY_GEM_ARCH}/${RUBY_VER_DIR}
 .else
 GEM_EXTSDIR=   ${GEM_HOME}/extensions/${RUBY_GEM_ARCH}/${RUBY_VER_DIR}/${GEM_NAME}



Home | Main Index | Thread Index | Old Index