diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2015-06-25 21:06:39 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2015-06-25 21:06:39 +0000 |
commit | 81a1c1e453d803714fb6bffcb2941dfcfdfa437e (patch) | |
tree | 4c42a88e60df88c0c067f31c6640168d4b961456 /www/nginx | |
parent | 909a8236492954e12fcf9c1bc2c08edb64e8f4a3 (diff) | |
download | ports-81a1c1e453d803714fb6bffcb2941dfcfdfa437e.tar.gz ports-81a1c1e453d803714fb6bffcb2941dfcfdfa437e.zip |
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 3 | ||||
-rw-r--r-- | www/nginx/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 89b6644c786a..6e20021086f4 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -986,6 +986,7 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} + ${MKDIR} ${STAGEDIR}${NGINX_TMPDIR} ${INSTALL_PROGRAM} ${WRKSRC}/objs/nginx ${STAGEDIR}${PREFIX}/sbin .for i in koi-utf koi-win win-utf ${INSTALL_DATA} ${WRKSRC}/conf/${i} ${STAGEDIR}${ETCDIR} diff --git a/www/nginx/pkg-plist b/www/nginx/pkg-plist index df0a1025e643..3a99b7bc61aa 100644 --- a/www/nginx/pkg-plist +++ b/www/nginx/pkg-plist @@ -24,5 +24,5 @@ %%WWWDATA%%@exec chmod a-w %D/www/nginx-dist %%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi sbin/nginx -@unexec if [ -z ${UPGRADE_PORT} ] ; then rm -fr %%NGINX_TMPDIR%%; fi +@dir %%NGINX_TMPDIR%% man/man8/nginx.8.gz |