summaryrefslogtreecommitdiff
path: root/databases/odbc-postgresql
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /databases/odbc-postgresql
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r--databases/odbc-postgresql/Makefile4
-rw-r--r--databases/odbc-postgresql/Makefile.common8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/odbc-postgresql/Makefile b/databases/odbc-postgresql/Makefile
index 4e35960dc4f..cd65ee00c00 100644
--- a/databases/odbc-postgresql/Makefile
+++ b/databases/odbc-postgresql/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2002/10/19 03:51:00 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:04 rillig Exp $
.include "Makefile.common"
PKGNAME= odbc-postgresql-${BASE_VERS}
COMMENT= ODBC interface to PostgreSQL
-CONFIGURE_ARGS+= --with-odbcinst=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-odbcinst=${PKG_SYSCONFDIR:Q}
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common
index f58668a3f70..e94a977ecf5 100644
--- a/databases/odbc-postgresql/Makefile.common
+++ b/databases/odbc-postgresql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/05/22 20:07:46 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/12/05 23:55:04 rillig Exp $
DISTNAME= postgresql-${DIST_VERS}
CATEGORIES= databases
@@ -43,7 +43,7 @@ GNU_CONFIGURE= YES
# This variable controls the language encoding on the backend process.
.if defined(PG_MB_ENCODING)
-CONFIGURE_ARGS+= --enable-multibyte=${PG_MB_ENCODING}
+CONFIGURE_ARGS+= --enable-multibyte=${PG_MB_ENCODING:Q}
.else
CONFIGURE_ARGS+= --enable-multibyte # accept default
.endif
@@ -60,13 +60,13 @@ CONFIGURE_ARGS+= --without-tk
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/pgsql
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/postgresql
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --disable-readline
CONFIGURE_ARGS+= --enable-locale
CONFIGURE_ARGS+= --enable-syslog
CONFIGURE_ARGS+= --with-CXX
-CONFIGURE_ARGS+= --with-template="${LOWER_OPSYS}"
+CONFIGURE_ARGS+= --with-template=${LOWER_OPSYS:Q}
BUILD_DIRS= ${WRKSRC}/src/interfaces/odbc