From 97fab55a236488015527d2a302ceee5b5bd876b9 Mon Sep 17 00:00:00 2001 From: osa Date: Fri, 18 Jun 2010 06:55:17 +0000 Subject: Change broken MASTER_SITES for third-party fancyindex module to MASTER_SITE_LOCAL. (*) Uniform fancyindex tarball for stable and devel version. No functionaly changes. Do not bump PORTREVISION. (*) Notice from: Rafal Szkodzinski aka uid at atnus dot com --- www/nginx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/nginx') diff --git a/www/nginx/Makefile b/www/nginx/Makefile index aac631b7b5e6..3437779d33f0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -208,7 +208,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_eval_module-${NGINX_EVAL_MODULE_VER .if defined(WITH_HTTP_FANCYINDEX_MODULE) NGINX_FANCYINDEX_MODULE_VERSION= 0.2.5 -MASTER_SITES+= http://furi-ku.org/+/cgit/aperez/ngx-fancyindex/snapshot/:fancyindex +MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:fancyindex/} +MASTER_SITE_SUBDIR+= osa/:fancyindex DISTFILES+= ngx-fancyindex-${NGINX_FANCYINDEX_MODULE_VERSION}.tar.gz:fancyindex CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx-fancyindex-${NGINX_FANCYINDEX_MODULE_VERSION} .endif -- cgit