aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2010-06-10 07:19:18 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2010-06-10 07:19:18 +0000
commit9de5da679ca7245f59b0e7089b8a0e9106149d65 (patch)
tree7090a354cc1c7e99bfe9568ff2838cd6cc684bb1 /www
parent0a846b2ac5e2f207de78e35a1697a61bda36e1e3 (diff)
downloadports-9de5da679ca7245f59b0e7089b8a0e9106149d65.tar.gz
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
Notes
Notes: svn path=/head/; revision=256303
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile2
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)