diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-10 00:17:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-10 00:17:36 +0000 |
commit | 4d524eeffb02fa30d78a18dd883fa6225293a29f (patch) | |
tree | 220598f6051df961f2d8a6e7ebaced78903522cd /lang | |
parent | 04041001fa39daa314a56f7347966af3708e1538 (diff) | |
download | pkgsrc-4d524eeffb02fa30d78a18dd883fa6225293a29f.tar.gz |
English grammar fix.
Diffstat (limited to 'lang')
-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 ba7d148446f..5d9c9905ef4 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.16 2005/11/03 07:23:41 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.17 2005/11/10 00:17:36 minskim Exp $ # .ifndef _RUBYVERSION_MK @@ -113,7 +113,7 @@ RUBY?= ${PREFIX}/bin/${RUBY_NAME} RDOC?= ${PREFIX}/bin/rdoc${RUBY_VER} # -# RUBY_ARCH is used architecture depended direcotry name. +# RUBY_ARCH is used as architecture-dependent directory name. # RUBY_ARCH?= ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX} |