From 9de5da679ca7245f59b0e7089b8a0e9106149d65 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Thu, 10 Jun 2010 07:19:18 +0000 Subject: Configure temporary path for ngx_http_uwsgi_module. Bump PORTREVISION. Submitted by: Piotr Sikora aka piotr dot sikora at frickle dot com --- www/nginx-devel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www') 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) -- cgit v1.2.3