From 51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- www/ap2-auth-ldap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/ap2-auth-ldap') diff --git a/www/ap2-auth-ldap/Makefile b/www/ap2-auth-ldap/Makefile index 5004353dbab..e0aa8f1cd29 100644 --- a/www/ap2-auth-ldap/Makefile +++ b/www/ap2-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/12/05 20:51:10 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/05 23:55:22 rillig Exp $ DISTNAME= mod_auth_ldap3.05 PKGNAME= ap2-auth-ldap-3.05 @@ -17,9 +17,9 @@ CPPFLAGS+= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lldap -llber BUILDLINK_DEPENDS.apache+= apache>=2.0.47 -CONFIGURE_ARGS+= --with-apxs=${APXS} +CONFIGURE_ARGS+= --with-apxs=${APXS:Q} CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap} -CONFIGURE_ARGS+= --with-apache-dir=${PREFIX} +CONFIGURE_ARGS+= --with-apache-dir=${PREFIX:Q} CONFIGURE_ARGS+= --with-apache-ver=2 SUBST_CLASSES+= paths -- cgit v1.2.3