diff options
author | taca <taca> | 2005-03-06 12:58:04 +0000 |
---|---|---|
committer | taca <taca> | 2005-03-06 12:58:04 +0000 |
commit | 03a75082043c4474d1a608c640d7106b315bc523 (patch) | |
tree | 06ba0a6f7e3e07684e9084f69da149a9ec47dc39 | |
parent | d46ad23de9594c92f1a25ecfb662c931c69f7c16 (diff) | |
download | pkgsrc-03a75082043c4474d1a608c640d7106b315bc523.tar.gz |
Cosmetic change with pkglint(1).
-rw-r--r-- | databases/ruby-mysql/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-postgresql/Makefile | 8 | ||||
-rw-r--r-- | databases/ruby-vapor/DESCR | 4 | ||||
-rw-r--r-- | devel/ruby-amstd/DESCR | 1 | ||||
-rw-r--r-- | devel/ruby-curses/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-readline/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-testunit/DESCR | 2 | ||||
-rw-r--r-- | devel/ruby16-racc/Makefile | 6 |
8 files changed, 17 insertions, 18 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index 88c40c4907e..e4da6b9ea60 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/01/28 14:08:01 taca Exp $ +# $NetBSD: Makefile,v 1.12 2005/03/06 12:58:04 taca Exp $ # DISTNAME= mysql-ruby-2.5.1 @@ -23,7 +23,7 @@ DOCS= README.html README_ja.html post-install: ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/mysql .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/mysql + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/mysql .endfor ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/mysql ${INSTALL_SCRIPT} ${WRKSRC}/test.rb ${RUBY_EXAMPLESDIR}/mysql diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile index 54afe3b9f50..3d37de8b9ad 100644 --- a/databases/ruby-postgresql/Makefile +++ b/databases/ruby-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/01/31 05:00:13 taca Exp $ +# $NetBSD: Makefile,v 1.20 2005/03/06 12:58:44 taca Exp $ DISTNAME= ruby-postgres-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-postgresql-${VERSION} @@ -33,14 +33,14 @@ pre-install: post-install: ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/postgresql .for f in ${DOC} - ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/postgresql + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgresql .endfor ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/postgresql .for f in ${EXAMPLE_LIBS} - ${INSTALL_DATA} ${WRKSRC}/sample/$f ${RUBY_EXAMPLESDIR}/postgresql + ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/postgresql .endfor .for f in ${EXAMPLE_SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/sample/$f ${RUBY_EXAMPLESDIR}/postgresql + ${INSTALL_SCRIPT} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/postgresql .endfor .include "../../lang/ruby/modules.mk" diff --git a/databases/ruby-vapor/DESCR b/databases/ruby-vapor/DESCR index b7de68af7e6..359d23e9a15 100644 --- a/databases/ruby-vapor/DESCR +++ b/databases/ruby-vapor/DESCR @@ -4,7 +4,7 @@ It's goal is to provide developers with an easy-to-use persistence framework that does not interfere with the code of classes that are to be persistently stored. Vapor does not require any knowledge about relational databases, -so developers can concentrate on the task of writing their application logic. +so developers can concentrate on the task of writing their application logic. Some of Vapor's general design was inspired by the JDO -(Java Data Objects) standard. +(Java Data Objects) standard. 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 |