aboutsummaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2009-12-01 04:22:10 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2009-12-01 04:22:10 +0000
commitf434a8a443f3115897a23127076a0ddd635e098c (patch)
treec77eab8a3ad9d11eed7e2085ca5c1af84aa8a297 /www/nginx
parent486800de0b92e458639c3e1a96ebe179255971a8 (diff)
downloadports-f434a8a443f3115897a23127076a0ddd635e098c.tar.gz
ports-f434a8a443f3115897a23127076a0ddd635e098c.zip
Make uploadprogress module fetchtable (accordingly).
Notice from: Vladimir Getmanshchuk aka vladget at openfilm dot com
Notes
Notes: svn path=/head/; revision=245044
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 33cc169d2d50..ac02e6fb990c 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -243,6 +243,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upload_module-${NGINX_UPLOAD_MODULE
.if defined(WITH_HTTP_UPLOAD_PROGRESS)
NGINX_UPLOADPROGRESS_MODULE_VERSION= 0.7
MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:uploadprogress/}
+MASTER_SITE_SUBDIR+= osa/:uploadprogress
DISTFILES+= nginx_uploadprogress_module-${NGINX_UPLOADPROGRESS_MODULE_VERSION}.tar.gz:uploadprogress
CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_uploadprogress_module-${NGINX_UPLOADPROGRESS_MODULE_VERSION}
.endif