aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-28 11:46:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-28 11:46:20 +0000
commit8dd875071c4225ab9d3536e93ac6f6e330f566f1 (patch)
tree27777aee47793ee56ccae2eedaf19d1f89b246c2 /mail
parentf3d779a65c2c2528d3593688328a4e9583958c81 (diff)
downloadports-8dd875071c4225ab9d3536e93ac6f6e330f566f1.tar.gz
ports-8dd875071c4225ab9d3536e93ac6f6e330f566f1.zip
- Respect CC
PR: 162531 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout Feature safe: yes
Notes
Notes: svn path=/head/; revision=286566
Diffstat (limited to 'mail')
-rw-r--r--mail/osbf-lua/Makefile3
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>