aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2012-06-06 20:10:13 +0800
committerSergey A. Osokin <osa@FreeBSD.org>2012-06-06 20:10:13 +0800
commit9c67065583a46f45e14ec029cb41f5db3a004602 (patch)
treeefa66e658702cf95ffa7e270838b3127b67a9993 /www/nginx
parent5b14163eb5647aa5a159e7bd0665ab0c79dd457d (diff)
downloadfreebsd-ports-gnome-9c67065583a46f45e14ec029cb41f5db3a004602.tar.gz
freebsd-ports-gnome-9c67065583a46f45e14ec029cb41f5db3a004602.tar.zst
freebsd-ports-gnome-9c67065583a46f45e14ec029cb41f5db3a004602.zip
Fix issue with HTTP_CACHE option.
Spotted by: many people
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 635c20b4d1eb..84f80ca5ef63 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -298,7 +298,7 @@ DISTFILES+= ngx_http_auth_request_module-${NGINX_AUTH_REQ_VERSION}.tar.gz:auth_r
CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_auth_request_module-${NGINX_AUTH_REQ_VERSION}
.endif
-.if ${PORT_OPTIONS:MHTTP_CACHE}
+.if empty(PORT_OPTIONS:MHTTP_CACHE)
CONFIGURE_ARGS+=--without-http-cache
.endif