From 1133aea38b57784ae83609135d92600511d13161 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sat, 23 Mar 2002 10:09:41 +0000 Subject: [PATCH] Set where to look for ldap secret file PR: 36029 Submitted by: maintainer --- security/pam_ldap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 5c1ad2ed2db2..5b5afd097829 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -25,7 +25,8 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} \ - --with-ldap-conf-file=${PREFIX}/etc/ldap.conf + --with-ldap-conf-file=${PREFIX}/etc/ldap.conf \ + --with-ldap-secret-file=${PREFIX}/etc/ldap.secret CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} USE_GMAKE= yes