summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-06 19:04:24 +0000
committerjlam <jlam>2004-02-06 19:04:24 +0000
commita0db33103cd4ddee3ab1e90a3b1066b1f4b9175c (patch)
tree9e1ed235761e43178980383a9260a8ca70040dfb /databases/py-postgresql
parent631c13ce91943cfd85bbbb80fd5a000e928de595 (diff)
downloadpkgsrc-a0db33103cd4ddee3ab1e90a3b1066b1f4b9175c.tar.gz
If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index a68b22b3727..bc37adcf8c2 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/01/20 14:11:50 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2004/02/06 19:04:24 jlam Exp $
PKGNAME= ${PYPKGPREFIX}-postgresql-3.3
PKGREVISION= 2
@@ -17,7 +17,7 @@ CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
MAKEFILE= GNUmakefile
MAKE_ENV+= INSTALLED_LIBPQ=1
-MAKEFLAGS+= PYTHON_VERSION="${PYVERSSUFFIX}"
+MAKEFLAGS+= PYTHON_VERSION=${PYVERSSUFFIX}
PY_PATCHPLIST= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}