aboutsummaryrefslogtreecommitdiff
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2012-06-13 04:46:14 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2012-06-13 04:46:14 +0000
commit955fb96849384905563eeaa238873abfc709f3ff (patch)
tree4104da0e47bb6417c5529d5cde93e67a76e8c36d /www/nginx/Makefile
parent8163ab01457dc2684c947a023e07331178c55e14 (diff)
downloadports-955fb96849384905563eeaa238873abfc709f3ff.tar.gz
ports-955fb96849384905563eeaa238873abfc709f3ff.zip
Notes
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile6
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