diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-03-15 09:04:49 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-03-15 09:04:49 +0000 |
commit | 338a3aa494c876ab3dee221af1e2f9258e6b99e9 (patch) | |
tree | ce51653f70813753cbdde98bc7ad8e6f0ea64fc5 /mail/vpopmail | |
parent | fa3136e091263ba2b3597b51838fc7387b516427 (diff) |
Notes
Diffstat (limited to 'mail/vpopmail')
-rw-r--r-- | mail/vpopmail/Makefile | 4 |
1 files 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 \ |