diff options
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index a47c0951283d..1c2de00e6054 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -7,7 +7,7 @@ PORTNAME= nginx PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -914,8 +914,7 @@ do-build: @cd ${WRKSRC} && ${MAKE} do-install: - ${MKDIR} ${ETCDIR} ${NGINX_TMPDIR} - ${CHOWN} ${WWWOWN}:${WWWGRP} ${NGINX_TMPDIR} + ${MKDIR} ${ETCDIR} ${INSTALL_PROGRAM} ${WRKSRC}/objs/nginx ${PREFIX}/sbin .for i in koi-utf koi-win win-utf ${INSTALL_DATA} ${WRKSRC}/conf/${i} ${ETCDIR} |