diff options
author | minskim <minskim> | 2005-03-10 06:00:05 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-03-10 06:00:05 +0000 |
commit | 33d17f9b895e1b7c10ebecce4260a576554d6bfc (patch) | |
tree | f6b15b02b382061f42a5c99d0a19497275a0c391 /lang/ruby18 | |
parent | fdf79615d5cfd0495cfc9341b28cd6d6fae33fda (diff) | |
download | pkgsrc-33d17f9b895e1b7c10ebecce4260a576554d6bfc.tar.gz |
Fix a typo.
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 6e396ff0630..909aca37398 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/03/06 16:58:13 taca Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/10 06:02:03 minskim Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -28,7 +28,7 @@ NO_CONFIGURE= yes NO_BUILD= yes do-install: - @${ECHO_MSG} This os only a meta package. + @${ECHO_MSG} This is only a meta package. .include "../../lang/ruby/rubyversion.mk" .include "../../lang/ruby/Makefile.common" |