summaryrefslogtreecommitdiff
path: root/databases
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 /databases
parent1076fabea0a405df2ca0e20bfb24bfbb2675be42 (diff)
downloadpkgsrc-a75abed9d2bad35c5ca5396443e14324652a437f.tar.gz
Cosmetic change with pkglint(1).
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-mysql/Makefile4
-rw-r--r--databases/ruby-postgresql/Makefile8
-rw-r--r--databases/ruby-vapor/DESCR4
3 files changed, 8 insertions, 8 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.