summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-06 19:04:24 +0000
committerjlam <jlam@pkgsrc.org>2004-02-06 19:04:24 +0000
commit7699290f1060509f9b32dff10f411e2e95c11798 (patch)
tree9e1ed235761e43178980383a9260a8ca70040dfb /databases/py-postgresql
parentca9cfaafab77ea1327c66314e401682f91707ba0 (diff)
downloadpkgsrc-7699290f1060509f9b32dff10f411e2e95c11798.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}