diff options
author | minskim <minskim@pkgsrc.org> | 2005-03-10 06:00:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-03-10 06:00:05 +0000 |
commit | 72e2c1e12ba5c78837f165d7573128e836064c4c (patch) | |
tree | f6b15b02b382061f42a5c99d0a19497275a0c391 /lang/ruby18/Makefile | |
parent | a3d753b1dddea957a09fb49d92c25b7750b8297e (diff) | |
download | pkgsrc-72e2c1e12ba5c78837f165d7573128e836064c4c.tar.gz |
Fix a typo.
Diffstat (limited to 'lang/ruby18/Makefile')
-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" |