diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 14:59:26 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 14:59:26 +0000 |
commit | 317edee6b358efe5d7a7ef7286278fb0934ad0ed (patch) | |
tree | 2a1152f243406edc6b84042d175b5ba7d3a1e995 | |
parent | 9053ba470a5af705bb89e442e3a5d33e0263732d (diff) |
Notes
-rw-r--r-- | mail/dovecot2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index bc99e921eccf..af6f17521673 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -126,6 +126,8 @@ 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/* + @${REINPLACE_CMD} -e '/^LIBS =/s/$$/ @LTLIBICONV@/' \ + ${WRKSRC}/src/lib-mail/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DOCSDIR} |