From 01f4de1458d0a0d3fe8ae9a06372dc54c72a6394 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 22 Apr 2009 21:41:29 +0000 Subject: Use on/off instead of YES/NO for OPTIONS --- mail/milter-greylist/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mail') 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 -- cgit