mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- use OPTIONS_DEFAULT in slave ports
This commit is contained in:
parent
f1b6202b97
commit
7d7fe822c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350220
@ -6,7 +6,8 @@ CATEGORIES=
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
||||
MASTERDIR?= ${.CURDIR}/../webalizer
|
||||
OPTIONS_SET+= GEOIP
|
||||
|
||||
OPTIONS_DEFAULT=GEOIP
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
|
@ -31,7 +31,7 @@ WEBALIZER_LANG?=english
|
||||
|
||||
OPTIONS_DEFINE= GEOIP GEODB BDB1 BDB WEBALIZER_CONV \
|
||||
FULL_CGI_REFS CLICKABLE_REFERER LARGE_URL
|
||||
OPTIONS_DEFAULT=
|
||||
OPTIONS_DEFAULT?=
|
||||
NO_OPTIONS_SORT=yes
|
||||
GEODB_DESC=Enable Webalizers IP-Database support
|
||||
WEBALIZER_CONV_DESC=Japanese character code convert patch
|
||||
|
Loading…
Reference in New Issue
Block a user