diff options
author | tm <tm@pkgsrc.org> | 2019-06-07 12:20:32 +0000 |
---|---|---|
committer | tm <tm@pkgsrc.org> | 2019-06-07 12:20:32 +0000 |
commit | 59f035c00c222eda1fed878ed02ecbb9df6e834c (patch) | |
tree | 909fca8b5ad66e6d7b75f1c873763d050680824d /mail/exim/Makefile | |
parent | fc376dffa129ba315d5f6c1f73c3778c52cc0a45 (diff) | |
download | pkgsrc-59f035c00c222eda1fed878ed02ecbb9df6e834c.tar.gz |
exim: change local makefile options name for SPF
The local makefile option need to be adjusted because SPF is
no longer an experimental feature in exim.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index e24914f7f6f..65b5f7ee122 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.166 2019/04/03 00:32:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.167 2019/06/07 12:20:32 tm Exp $ DISTNAME= exim-4.92 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ MASTER_SITES+= https://ftp.exim.org/pub/exim/exim4/ |