summaryrefslogtreecommitdiff
path: root/security/pks
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/pks
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'security/pks')
-rw-r--r--security/pks/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile
index e6cf4e7a186..853e675e1c6 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/12/05 20:50:58 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/05 23:55:18 rillig Exp $
DISTNAME= pks-0.9.4
PKGREVISION= 3
@@ -43,13 +43,13 @@ OWN_DIRS_PERMS+= ${PKS_HOME}/db ${PKS_USER} ${PKS_GROUP} 0770
OWN_DIRS_PERMS+= ${PKS_HOME}/incoming ${PKS_USER} ${PKS_GROUP} 0770
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/pks
-CONFIGURE_ARGS+= --localstatedir=${PKS_HOME}
+CONFIGURE_ARGS+= --localstatedir=${PKS_HOME:Q}
#
# pksd doesn't actually look for its config file anywhere; it must be
# specified directly on the command-line. Setting sysconfdir here just
# causes the example pksd.conf file to be installed at the named location.
#
-CONFIGURE_ARGS+= --sysconfdir=${EGDIR}
+CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q}
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= "Fixing hardcoded paths."