diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2005-08-05 12:12:03 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2005-08-05 12:12:03 +0000 |
commit | 17d9e7c4780a51c1bac5e1f94021af07598d029c (patch) | |
tree | 722179ce390e861350e510a4aee14c6410074e3b /www/nginx | |
parent | Fix package build. (diff) |
Add MASTER_SITE_LOCAL is additional MASTER_SITE.
Can't fetch distro to: gohan36
Reported by: pointyhat via krion
Approved by: portmgr (krion)
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 74be84986e67..ed1e6eae198c 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -9,6 +9,8 @@ PORTNAME= nginx PORTVERSION= 0.1.41 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ +MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= osa MAINTAINER= osa@FreeBSD.org COMMENT= Robust and small WWW server |