aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2016-05-01 01:28:00 +0800
committerosa <osa@FreeBSD.org>2016-05-01 01:28:00 +0800
commita42923bce514e909b9df7f9c2f243ca6cbaa4e3f (patch)
tree46f8733130ece60ce16e15e8da7e72d60b6fd8ad /www/nginx
parent0ec4a99c8000456b00165af9672f3999d4e0eb36 (diff)
downloadfreebsd-ports-gnome-a42923bce514e909b9df7f9c2f243ca6cbaa4e3f.tar.gz
freebsd-ports-gnome-a42923bce514e909b9df7f9c2f243ca6cbaa4e3f.tar.zst
freebsd-ports-gnome-a42923bce514e909b9df7f9c2f243ca6cbaa4e3f.zip
Fix the nginx.conf-dist installation if DSO undefined.
Do not bump PORTREVISION because DSO is defined by default. Pointed out by: mat
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 43743bbacf64..2c1171e6cc2e 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1286,9 +1286,9 @@ post-install:
(cd ${STAGEDIR} && \
${FIND} ${MODULESDIR:S|^/||} -type f -name '*.so' \
-exec ${ECHO_CMD} "load_module /{};" \; \
- >>${STAGEDIR}${ETCDIR}/nginx.conf-dist && \
- ${CAT} ${WRKSRC}/conf/nginx.conf \
>>${STAGEDIR}${ETCDIR}/nginx.conf-dist)
.endif
+ ${CAT} ${WRKSRC}/conf/nginx.conf \
+ >>${STAGEDIR}${ETCDIR}/nginx.conf-dist
.include <bsd.port.mk>