diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /security/pks | |
parent | 5a69276df89a294f862a5e2d84034200f2c262a4 (diff) | |
download | pkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.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/Makefile | 6 |
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." |