summaryrefslogtreecommitdiff
path: root/security/dirmngr
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /security/dirmngr
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.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