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 | |
parent | fdf79615d5cfd0495cfc9341b28cd6d6fae33fda (diff) | |
download | pkgsrc-33d17f9b895e1b7c10ebecce4260a576554d6bfc.tar.gz |
Fix a typo.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby18-base/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby18/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/ruby18-base/Makefile b/lang/ruby18-base/Makefile index 6349384a6c2..4a243fc67ea 100644 --- a/lang/ruby18-base/Makefile +++ b/lang/ruby18-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/03/06 16:36:56 taca Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/10 06:00:05 minskim Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_RUBY} MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} -COMMENT= Ruby 1.8 baed release minimum package +COMMENT= Ruby 1.8 based release minimum package RUBY_VERSION= ${RUBY18_VERSION} USE_BUILDLINK3= yes 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" |