diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-06-13 04:46:14 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-06-13 04:46:14 +0000 |
commit | 955fb96849384905563eeaa238873abfc709f3ff (patch) | |
tree | 4104da0e47bb6417c5529d5cde93e67a76e8c36d /www/nginx/Makefile | |
parent | 8163ab01457dc2684c947a023e07331178c55e14 (diff) | |
download | ports-955fb96849384905563eeaa238873abfc709f3ff.tar.gz ports-955fb96849384905563eeaa238873abfc709f3ff.zip |
Notes
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index ac9e721ba2bd..a47c0951283d 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -7,6 +7,7 @@ PORTNAME= nginx PORTVERSION= 1.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -207,7 +208,10 @@ NGINX_ERRORLOG?= ${NGINX_LOGDIR}/nginx-error.log CONFLICTS?= nginx-devel-1.* USE_RC_SUBR= nginx.sh -SUB_LIST+= WWWOWN=${WWWOWN} +SUB_LIST+= WWWOWN=${WWWOWN} \ + WWWGRP=${WWWGRP} \ + NGINX_RUNDIR=${NGINX_RUNDIR} \ + NGINX_TMPDIR=${NGINX_TMPDIR} .if !defined(NO_INSTALL_MANPAGES) MAN8= nginx.8 .endif |