diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-28 11:46:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-28 11:46:20 +0000 |
commit | 8dd875071c4225ab9d3536e93ac6f6e330f566f1 (patch) | |
tree | 27777aee47793ee56ccae2eedaf19d1f89b246c2 /mail | |
parent | f3d779a65c2c2528d3593688328a4e9583958c81 (diff) | |
download | ports-8dd875071c4225ab9d3536e93ac6f6e330f566f1.tar.gz ports-8dd875071c4225ab9d3536e93ac6f6e330f566f1.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/osbf-lua/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/osbf-lua/Makefile b/mail/osbf-lua/Makefile index 0524dccbdd87..0ecf4049c41b 100644 --- a/mail/osbf-lua/Makefile +++ b/mail/osbf-lua/Makefile @@ -30,4 +30,7 @@ PLIST_SUB+= SPAMFILTER="" PLIST_SUB+= SPAMFILTER="@comment " .endif +post-patch: .SILENT + ${REINPLACE_CMD} '/^CC/s/=/?=/' ${WRKSRC}/config + .include <bsd.port.post.mk> |