diff options
author | osa <osa@FreeBSD.org> | 2010-06-18 14:55:17 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-06-18 14:55:17 +0800 |
commit | 97fab55a236488015527d2a302ceee5b5bd876b9 (patch) | |
tree | 00e135e9da93eda3409bf6bcb572c88402800468 /www/nginx | |
parent | f93bbacaa573ce3c64cb51c368f9ce60b8075ec8 (diff) | |
download | freebsd-ports-gnome-97fab55a236488015527d2a302ceee5b5bd876b9.tar.gz freebsd-ports-gnome-97fab55a236488015527d2a302ceee5b5bd876b9.tar.zst freebsd-ports-gnome-97fab55a236488015527d2a302ceee5b5bd876b9.zip |
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
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |