pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby Fix a trivial typo which affect nothing now.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed6f81b1daa9
branches:  trunk
changeset: 528820:ed6f81b1daa9
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 17 14:42:32 2007 +0000

description:
Fix a trivial typo which affect nothing now.

diffstat:

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

diffs (18 lines):

diff -r 407948063a44 -r ed6f81b1daa9 lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Thu May 17 14:41:09 2007 +0000
+++ b/lang/ruby/rubyversion.mk  Thu May 17 14:42:32 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.32 2007/03/15 16:41:01 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.33 2007/05/17 14:42:32 taca Exp $
 #
 
 .if !defined(_RUBYVERSION_MK)
@@ -25,7 +25,7 @@
 #
 .if ${RUBY_VERSION_DEFAULT} == "1.8"
 RUBY_VERSION?=         ${RUBY18_VERSION}
-RUBY_PATCHLEVEL?=      ${RUBY18_PATCHLEVEL}
+RUBY_PATCH_LEVEL?=     ${RUBY18_PATCHLEVEL}
 .endif
 
 .if !empty(RUBY_PATCH_LEVEL)



Home | Main Index | Thread Index | Old Index