aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2009-04-23 05:41:29 +0800
committerache <ache@FreeBSD.org>2009-04-23 05:41:29 +0800
commit01f4de1458d0a0d3fe8ae9a06372dc54c72a6394 (patch)
tree4c7a29aad252b204162d6d51fc5770dc5eba8fb5 /mail
parentbf70b93bf83fb7ea11ba30963c8f67722fa17687 (diff)
downloadfreebsd-ports-gnome-01f4de1458d0a0d3fe8ae9a06372dc54c72a6394.tar.gz
freebsd-ports-gnome-01f4de1458d0a0d3fe8ae9a06372dc54c72a6394.tar.zst
freebsd-ports-gnome-01f4de1458d0a0d3fe8ae9a06372dc54c72a6394.zip
Use on/off instead of YES/NO for OPTIONS
Diffstat (limited to 'mail')
-rw-r--r--mail/milter-greylist/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index 1607f3a6251c..afcab14821b3 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -18,11 +18,11 @@ COMMENT= Easy-to-use greylist milter for sendmail
CONFLICTS= milter-greylist-devel-[1-9]*.*
PKGMESSAGE= ${WRKDIR}/pkg-message
-OPTIONS= MANPAGES "Install manpages" YES \
- LIBSPF2 "Include SPF support" NO \
- GEOIP "Include GeoIP support" NO \
- CURL "Include curl support" NO \
- POSTFIX "Use Postfix instead of Sendmail" NO
+OPTIONS= MANPAGES "Install manpages" on\
+ LIBSPF2 "Include SPF support" off\
+ GEOIP "Include GeoIP support" off\
+ CURL "Include curl support" off\
+ POSTFIX "Use Postfix instead of Sendmail" off
.include <bsd.port.pre.mk>