mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Use on/off instead of YES/NO for OPTIONS
This commit is contained in:
parent
4baacbfa0b
commit
8447fa0005
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232519
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user