diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-07 02:45:13 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-07 02:45:13 +0000 |
commit | 43ebdec6fa30eac9ae89f4fb44e51a082b095dfb (patch) | |
tree | 6ffe3615a9c7960930c75634b3ea83bc390325eb /www/nginx/Makefile | |
parent | 329d5adb9ba11fba34479c58e42a1df095712408 (diff) |
Notes
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 76176277aaa5..cdbdcccdf017 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -186,7 +186,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_echo_module-${NGINX_ECHO_MODULE_VERSI .endif .if defined(WITH_HEADERS_MORE_MODULE) -NGINX_HEADERS_MORE_MODULE_VERSION= 0.09 +NGINX_HEADERS_MORE_MODULE_VERSION= 0.10 MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:headers_more/} MASTER_SITE_SUBDIR+= osa/:headers_more DISTFILES+= ngx_headers_more_module-${NGINX_HEADERS_MORE_MODULE_VERSION}.tar.gz:headers_more |