aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-04-11 05:12:00 +0800
committermat <mat@FreeBSD.org>2015-04-11 05:12:00 +0800
commitc14ced0780ca23109d94cbe77730ae09bf85dcea (patch)
tree2a5842fb47be997cfd6248c18d21679c0f69f12c /www
parent596496b457bb87e8d883fb4769431a52a2a990fe (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--www/webalizer/Makefile1
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 \