pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Fix a typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12c0c484ff03
branches:  trunk
changeset: 490419:12c0c484ff03
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 10 06:00:05 2005 +0000

description:
Fix a typo.

diffstat:

 lang/ruby18-base/Makefile |  4 ++--
 lang/ruby18/Makefile      |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 36390447c995 -r 12c0c484ff03 lang/ruby18-base/Makefile
--- a/lang/ruby18-base/Makefile Wed Mar 09 21:18:36 2005 +0000
+++ b/lang/ruby18-base/Makefile Thu Mar 10 06:00:05 2005 +0000
@@ -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 @@
 
 MAINTAINER=    taca%NetBSD.org@localhost
 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 -r 36390447c995 -r 12c0c484ff03 lang/ruby18/Makefile
--- a/lang/ruby18/Makefile      Wed Mar 09 21:18:36 2005 +0000
+++ b/lang/ruby18/Makefile      Thu Mar 10 06:00:05 2005 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index