diff options
author | taca <taca@pkgsrc.org> | 2005-03-06 12:58:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-03-06 12:58:04 +0000 |
commit | e99583ed4d613ff8373c94c05d3e848741771eb4 (patch) | |
tree | 06ba0a6f7e3e07684e9084f69da149a9ec47dc39 /databases/ruby-postgresql | |
parent | 845d84d1f849ee48212995d3be337c8096712426 (diff) | |
download | pkgsrc-e99583ed4d613ff8373c94c05d3e848741771eb4.tar.gz |
Cosmetic change with pkglint(1).
Diffstat (limited to 'databases/ruby-postgresql')
-rw-r--r-- | databases/ruby-postgresql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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" |