summaryrefslogtreecommitdiff
path: root/security/pam-ldap/Makefile
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/pam-ldap/Makefile
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'security/pam-ldap/Makefile')
-rw-r--r--security/pam-ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile
index 26afab0069f..31ab68ead3a 100644
--- a/security/pam-ldap/Makefile
+++ b/security/pam-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/08/29 09:49:07 drochner Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/05 23:55:18 rillig Exp $
#
DISTNAME= pam_ldap-180
@@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --with-ldap-lib=openldap
CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap}
CONFIGURE_ARGS+= --with-ldap-conf-file=${PKG_SYSCONFDIR}/pam_ldap.conf
CONFIGURE_ARGS+= --with-ldap-secret-file=${PKG_SYSCONFDIR}/pam_ldap.secret
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
MAKE_ENV+= SHLIBTOOL=$(SHLIBTOOL)