diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-04 04:51:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-04 04:51:14 +0800 |
commit | f4c0259db65f8246d374aa1b465951f8ea8c755e (patch) | |
tree | dd083d79fe0a16385234185ba980e9a5abf924b4 /mail | |
parent | f54cd173c600ba0701ea8a6a1937e6e133c52669 (diff) | |
download | freebsd-ports-gnome-f4c0259db65f8246d374aa1b465951f8ea8c755e.tar.gz freebsd-ports-gnome-f4c0259db65f8246d374aa1b465951f8ea8c755e.tar.zst freebsd-ports-gnome-f4c0259db65f8246d374aa1b465951f8ea8c755e.zip |
Unbreak after master port was staged
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SpamAssassin-Alt/Makefile | 1 |
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 |