aboutsummaryrefslogtreecommitdiffstats
path: root/mail/vpopmail
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2010-03-15 17:04:49 +0800
committerroam <roam@FreeBSD.org>2010-03-15 17:04:49 +0800
commit6f9409837b9bd898ce23d23b5ff8b1b1f9a11a10 (patch)
treeeb70a2407770807d02361c1cc3c2275900c44b76 /mail/vpopmail
parent54b4d002538e5ccf03d9f99ba15d2287f97f928c (diff)
downloadfreebsd-ports-gnome-6f9409837b9bd898ce23d23b5ff8b1b1f9a11a10.tar.gz
freebsd-ports-gnome-6f9409837b9bd898ce23d23b5ff8b1b1f9a11a10.tar.zst
freebsd-ports-gnome-6f9409837b9bd898ce23d23b5ff8b1b1f9a11a10.zip
Fix the installation when built with LDAP support.
PR: 144752 Submitted by: Satoru Suzuki <xsuzu@yokohama.riken.jp>
Diffstat (limited to 'mail/vpopmail')
-rw-r--r--mail/vpopmail/Makefile4
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 \