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 | c51454cd8158ae4f7bda5f56f109cc598b851a4a (patch) | |
tree | f6b15b02b382061f42a5c99d0a19497275a0c391 /lang/ruby18/Makefile | |
parent | 7db04758b6aed94589b239a17039887f8f5bb119 (diff) | |
download | pkgsrc-c51454cd8158ae4f7bda5f56f109cc598b851a4a.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" |