1
0
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:
Mathieu Arnold 2015-04-10 21:12:00 +00:00
parent 8ab9f857e6
commit 00503c38be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383765
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,8 @@ MASTERDIR?= ${.CURDIR}/../webalizer
OPTIONS_DEFAULT=GEOIP
WEBALIZER_SUFFIX= -geoip
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

View File

@ -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 \