diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 5060813f0df..de8fffa8dfa 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.18 2005/12/05 20:50:27 rillig Exp $ +# $NetBSD: rubyversion.mk,v 1.19 2005/12/28 09:27:13 abs Exp $ # .if !defined(_RUBYVERSION_MK) @@ -27,8 +27,8 @@ RUBY_VERSION?= ${RUBY18_VERSION} .endif # RUBY_VERSION_SUPPORTED defines the list of ${RUBY_VER} which is -# supported by the package. It should be defined by The pacakges -# for specific version Ruby. +# supported by the package. It should be defined by the packages +# for specific Ruby versions. # RUBY_VERSION_SUPPORTED?= 18 |