Index: webalizer/Makefile =================================================================== --- webalizer/Makefile (revision 349693) +++ webalizer/Makefile (working copy) @@ -31,7 +31,6 @@ OPTIONS_DEFINE= GEOIP GEODB BDB1 BDB WEBALIZER_CONV \ FULL_CGI_REFS CLICKABLE_REFERER LARGE_URL -OPTIONS_DEFAULT= NO_OPTIONS_SORT=yes GEODB_DESC=Enable Webalizers IP-Database support WEBALIZER_CONV_DESC=Japanese character code convert patch Index: geolizer/Makefile =================================================================== --- geolizer/Makefile (revision 349693) +++ geolizer/Makefile (working copy) @@ -6,7 +6,7 @@ MAINTAINER= dinoex@FreeBSD.org MASTERDIR?= ${.CURDIR}/../webalizer -OPTIONS_SET+= GEOIP +OPTIONS_DEFAULT= GEOIP .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local"