diff options
author | taca <taca> | 2010-09-24 07:44:29 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-24 07:44:29 +0000 |
commit | ecc8498e934e50a5b1763daffca879bf3ce5742a (patch) | |
tree | be46377b29f836d67a5427f952088c83faeb6b45 | |
parent | ee94054357b5bf7abea70e02d5e100df88927200 (diff) | |
download | pkgsrc-ecc8498e934e50a5b1763daffca879bf3ce5742a.tar.gz |
Fix version description in comments.
Noted by wiz@ by private mail.
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 6eb2dcc0533..f7d17b2a08c 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.50 2010/09/12 03:53:00 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.51 2010/09/24 07:44:29 taca Exp $ # .if !defined(_RUBYVERSION_MK) @@ -19,7 +19,7 @@ RUBY18_API_VERSION= 1.8.7 RUBY19_API_VERSION= 1.9.1 # RUBY_VERSION_DEFAULT defines default version for Ruby related -# packages and user can define in mk.conf. (1.6 or 1.8) +# packages and user can define in mk.conf. (1.8 or 1.9) # RUBY_VERSION_DEFAULT?= 1.8 |