diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-10 07:19:18 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-10 07:19:18 +0000 |
commit | 9de5da679ca7245f59b0e7089b8a0e9106149d65 (patch) | |
tree | 7090a354cc1c7e99bfe9568ff2838cd6cc684bb1 /www | |
parent | 0a846b2ac5e2f207de78e35a1697a61bda36e1e3 (diff) | |
download | freebsd-ports-9de5da679ca7245f59b0e7089b8a0e9106149d65.zip |
Configure temporary path for ngx_http_uwsgi_module.
Bump PORTREVISION.
Submitted by: Piotr Sikora aka piotr dot sikora at frickle dot com
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 2454a9e9125e..4186569d1652 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= nginx PORTVERSION= 0.8.40 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -141,6 +142,7 @@ CONFIGURE_ARGS+=--with-google_perftools_module CONFIGURE_ARGS+=--http-client-body-temp-path=${NGINX_TMPDIR}/client_body_temp \ --http-proxy-temp-path=${NGINX_TMPDIR}/proxy_temp \ --http-fastcgi-temp-path=${NGINX_TMPDIR}/fastcgi_temp \ + --http-uwsgi-temp-path=${NGINX_TMPDIR}/uwsgi_temp \ --http-log-path=${NGINX_ACCESSLOG} .if defined(WITH_HTTP_ACCEPT_LANGUAGE) |