diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-12-12 16:47:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-12-12 16:47:12 +0000 |
commit | 937e42438ad0de3537cc682e7ae862bab5112849 (patch) | |
tree | cbc58959433ea5e7ec7e6929056fd6b0d15ed52d /mail/dovecot2/Makefile | |
parent | e628da041ead378d646d6464d50df220d5a47eb9 (diff) |
Notes
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r-- | mail/dovecot2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index b05ba9d737d8..a386dada3a6c 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -13,7 +13,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.20 +PORTVERSION= 2.2.21 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 @@ -149,6 +149,8 @@ post-patch: @${REINPLACE_CMD} -e '/^exampledir =/s|\$$(docdir)|${ETCDIR}|' \ ${WRKSRC}/doc/example-config/Makefile.in \ ${WRKSRC}/doc/example-config/conf.d/Makefile.in + @${REINPLACE_CMD} -e '/^[^#]/s|/usr|${LOCALBASE}|' \ + ${WRKSRC}/src/plugins/fts/decode2text.sh post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DOCSDIR} |