aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2020-06-03 19:35:21 +0000
committerLarry Rosenman <ler@FreeBSD.org>2020-06-03 19:35:21 +0000
commit0e63d030ac68a8041b07ebbd61014c7b6902036f (patch)
tree0f97278fff15993dca66b34acc60c68ae2f65aed /mail/dovecot
parent86a6311d96d095dea617373106dcbcb17a711c30 (diff)
downloadports-0e63d030ac68a8041b07ebbd61014c7b6902036f.tar.gz
ports-0e63d030ac68a8041b07ebbd61014c7b6902036f.zip
mail/dovecot: fix example config *.conf.ext REINPLACE missed in r537587.
PR: 246963 Submitted by: kfv@irbug.org MFH: 2020Q2
Notes
Notes: svn path=/head/; revision=537837
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 498ea789e124..3a128b1374e4 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -9,7 +9,7 @@
PORTNAME= dovecot
PORTVERSION= 2.3.10.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= https://dovecot.org/releases/2.3/
@@ -135,8 +135,9 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
post-patch:
@${REINPLACE_CMD} -e 's,/etc/dovecot,${PREFIX}/etc/dovecot,g; \
- s,sysconfdir=/etc,sysconfdir=${PREFIX}/etc,g' \
- ${WRKSRC}/doc/example-config/*.conf ${WRKSRC}/doc/example-config/conf.d/*
+ s,sysconfdir=/etc,sysconfdir=${PREFIX}/etc,g' \
+ ${WRKSRC}/doc/example-config/*.conf ${WRKSRC}/doc/example-config/conf.d/* \
+ ${WRKSRC}/doc/example-config/*.conf.ext
@${REINPLACE_CMD} -e '/^LIBS =/s/$$/ @LTLIBICONV@/' \
${WRKSRC}/src/lib-mail/Makefile.in
# Install the sample config files into ETCDIR/example-config/