summaryrefslogtreecommitdiff
path: root/security/dirmngr
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /security/dirmngr
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'security/dirmngr')
-rw-r--r--security/dirmngr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index a472dfa4118..29efafebd3a 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/08/23 11:48:51 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2005/12/05 23:55:17 rillig Exp $
#
DISTNAME= dirmngr-0.9.1
@@ -25,8 +25,8 @@ USE_PKGLOCALEDIR= yes
RCD_SCRIPTS= dirmngr
PKG_RCD_SCRIPTS= yes
-CONFIGURE_ARGS+= --localstatedir="${VARBASE}"
-CONFIGURE_ARGS+= --sharedstatedir="${VARBASE}"
+CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
+CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q}
CONFIGURE_ENV+= BUILDLINK_PREFIX_openldap=${BUILDLINK_PREFIX.openldap}
CONFIGURE_ARGS+= --with-pth-prefix=${WRKDIR}/pth