mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Don't let webalizer change name when GEOIP is enabled.
With hat: portmgr Sponsored by: Absolight
This commit is contained in:
parent
8ab9f857e6
commit
00503c38be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383765
@ -9,6 +9,8 @@ MASTERDIR?= ${.CURDIR}/../webalizer
|
||||
|
||||
OPTIONS_DEFAULT=GEOIP
|
||||
|
||||
WEBALIZER_SUFFIX= -geoip
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
@ -68,7 +68,6 @@ PLIST_SUB+= WITH_GEODB="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGEOIP}
|
||||
WEBALIZER_SUFFIX= -geoip
|
||||
CONFLICTS+= ${PKGNAMEPREFIX}webalizer-2*
|
||||
CONFIGURE_ARGS+= --enable-geoip \
|
||||
--with-geoip-lib=${LOCALBASE}/lib \
|
||||
|
Loading…
Reference in New Issue
Block a user