diff options
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 4 |
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> |