diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /databases/ruby-postgresql | |
parent | 8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff) | |
download | pkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'databases/ruby-postgresql')
-rw-r--r-- | databases/ruby-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile index 6004d2b7425..a9b965fbea1 100644 --- a/databases/ruby-postgresql/Makefile +++ b/databases/ruby-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/12/28 12:12:58 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2007/02/22 19:26:19 wiz Exp $ DISTNAME= ruby-postgres-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-postgresql-${VERSION} @@ -13,7 +13,7 @@ HOMEPAGE= http://ruby.scripting.ca/postgres/ COMMENT= Ruby extension for postgresql RUBY_HAS_ARCHLIB= yes -USE_RUBY_EXTCONF= yes +USE_RUBY_EXTCONF= yes VERSION= 0.7.1 INSTALL_TARGET= site-install CONFIGURE_ARGS+= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \ |