summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-03-06 12:58:04 +0000
committertaca <taca@pkgsrc.org>2005-03-06 12:58:04 +0000
commita75abed9d2bad35c5ca5396443e14324652a437f (patch)
tree06ba0a6f7e3e07684e9084f69da149a9ec47dc39 /devel
parent1076fabea0a405df2ca0e20bfb24bfbb2675be42 (diff)
downloadpkgsrc-a75abed9d2bad35c5ca5396443e14324652a437f.tar.gz
Cosmetic change with pkglint(1).
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-amstd/DESCR1
-rw-r--r--devel/ruby-curses/Makefile4
-rw-r--r--devel/ruby-readline/Makefile6
-rw-r--r--devel/ruby-testunit/DESCR2
-rw-r--r--devel/ruby16-racc/Makefile6
5 files changed, 9 insertions, 10 deletions
diff --git a/devel/ruby-amstd/DESCR b/devel/ruby-amstd/DESCR
index 5fed5067511..9fb7e931b55 100644
--- a/devel/ruby-amstd/DESCR
+++ b/devel/ruby-amstd/DESCR
@@ -12,4 +12,3 @@ must.rb: must/must_have/must_be methods
protect.rb: protect from exceptions
timer.rb: timer class
version.rb: VersionNumber class
-
diff --git a/devel/ruby-curses/Makefile b/devel/ruby-curses/Makefile
index 3a876a7d8ad..4869ba7e8d2 100644
--- a/devel/ruby-curses/Makefile
+++ b/devel/ruby-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/01/23 17:33:19 taca Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/06 13:00:31 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -23,7 +23,7 @@ REPLACE_RUBY= ${CURSES_EXAMPLES}
post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/curses
.for f in ${CURSES_EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_EXAMPLESDIR}/curses
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/curses
.endfor
.include "../../lang/ruby/modules.mk"
diff --git a/devel/ruby-readline/Makefile b/devel/ruby-readline/Makefile
index 9445e2d7796..ada919d0c2c 100644
--- a/devel/ruby-readline/Makefile
+++ b/devel/ruby-readline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/01/23 17:33:19 taca Exp $
+# $NetBSD: Makefile,v 1.15 2005/03/06 13:01:06 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -21,8 +21,8 @@ RUBY_DOCS= README README.ja
post-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/readline
-.for file in ${RUBY_DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${RUBY_DOCDIR}/readline
+.for f in ${RUBY_DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/readline
.endfor
.include "../../devel/readline/buildlink3.mk"
diff --git a/devel/ruby-testunit/DESCR b/devel/ruby-testunit/DESCR
index 0a678cd135d..cab95d0e02e 100644
--- a/devel/ruby-testunit/DESCR
+++ b/devel/ruby-testunit/DESCR
@@ -1,3 +1,3 @@
Test::Unit is a framework for unit testing in Ruby, helping
you to design, debug and evaluate your code by making it
-easy to write and have tests for it.
+easy to write and have tests for it.
diff --git a/devel/ruby16-racc/Makefile b/devel/ruby16-racc/Makefile
index 2eb815e8db2..c09a35467c9 100644
--- a/devel/ruby16-racc/Makefile
+++ b/devel/ruby16-racc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/28 05:59:59 taca Exp $
+# $NetBSD: Makefile,v 1.2 2005/03/06 13:02:17 taca Exp $
# FreeBSD: ports/devel/ruby-racc/Makefile,v 1.20 2001/01/27 09:54:30 knu Exp
DISTNAME= racc-${RACC_VERSION}-all-2
@@ -33,8 +33,8 @@ pre-configure:
${CP} -p ${WRKSRC}/packages/racc/misc/* ${WRKSRC}/packages/racc/bin
.if ${RUBY_NAME} != "ruby"
.for f in ${COMMANDS}
- ${MV} ${WRKSRC}/packages/racc/bin/$f \
- ${WRKSRC}/packages/racc/bin/$f-${RUBY_VER}
+ ${MV} ${WRKSRC}/packages/racc/bin/${f} \
+ ${WRKSRC}/packages/racc/bin/${f}-${RUBY_VER}
.endfor
.endif