From 338a3aa494c876ab3dee221af1e2f9258e6b99e9 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Mon, 15 Mar 2010 09:04:49 +0000 Subject: [PATCH] Fix the installation when built with LDAP support. PR: 144752 Submitted by: Satoru Suzuki --- mail/vpopmail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 7acf7e7cd0c4..535458d5af62 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= vpopmail PORTVERSION= 5.4.30 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} @@ -142,7 +142,7 @@ USE_OPENLDAP= yes WANT_OPENLDAP_SASL= yes .endif CONFIGURE_ARGS+= --enable-auth-module=ldap -LDAP_FILES= ${WRKSRC}/README.ldap \ +LDAP_FILES= ${WRKSRC}/doc/README.ldap \ ${WRKSRC}/ldap/nsswitch.conf \ ${WRKSRC}/ldap/pam_ldap.conf \ ${WRKSRC}/ldap/pam_ldap.secret \