summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-03 20:51:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-03 20:51:14 +0000
commit481ddbba83f1e6ed4fe92b50598a2c7bfdb379b5 (patch)
treedd083d79fe0a16385234185ba980e9a5abf924b4 /mail
parentUnbreak after master port was staged (diff)
Unbreak after master port was staged
Notes
Notes: svn path=/head/; revision=346965
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-SpamAssassin-Alt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/p5-Mail-SpamAssassin-Alt/Makefile b/mail/p5-Mail-SpamAssassin-Alt/Makefile
index 9d2b5286a19e..c4a5848c2baa 100644
--- a/mail/p5-Mail-SpamAssassin-Alt/Makefile
+++ b/mail/p5-Mail-SpamAssassin-Alt/Makefile
@@ -13,7 +13,6 @@ OPTIONS_DEFINE= AWL FREEMAIL
AWL_DESC= Auto WhiteList support
FREEMAIL_DESC= Disable FreeMail support
-NO_STAGE= yes
post-patch-script:
if [ -n "${PORT_OPTIONS:MAWL}" ]; then ${REINPLACE_CMD} -e '/AWL/s/^#loadplugin/loadplugin/' ${WRKSRC}/rules/v310.pre ; fi
if [ -n "${PORT_OPTIONS:MFREEMAIL}" ]; then ${REINPLACE_CMD} -e '/FreeMail/s/^loadplugin/#loadplugin/' ${WRKSRC}/rules/v330.pre ; fi