diff options
author | mat <mat@FreeBSD.org> | 2015-04-11 05:12:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-11 05:12:00 +0800 |
commit | c14ced0780ca23109d94cbe77730ae09bf85dcea (patch) | |
tree | 2a5842fb47be997cfd6248c18d21679c0f69f12c /www | |
parent | 596496b457bb87e8d883fb4769431a52a2a990fe (diff) | |
download | freebsd-ports-gnome-c14ced0780ca23109d94cbe77730ae09bf85dcea.tar.gz freebsd-ports-gnome-c14ced0780ca23109d94cbe77730ae09bf85dcea.tar.zst freebsd-ports-gnome-c14ced0780ca23109d94cbe77730ae09bf85dcea.zip |
Don't let webalizer change name when GEOIP is enabled.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/geolizer/Makefile | 2 | ||||
-rw-r--r-- | www/webalizer/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/geolizer/Makefile b/www/geolizer/Makefile index fed344d937f0..b35089358317 100644 --- a/www/geolizer/Makefile +++ b/www/geolizer/Makefile @@ -9,6 +9,8 @@ MASTERDIR?= ${.CURDIR}/../webalizer OPTIONS_DEFAULT=GEOIP +WEBALIZER_SUFFIX= -geoip + .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 681bebe968e5..aeae5bb1520d 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -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 \ |