aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-13 10:36:15 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-13 10:36:15 +0000
commit88360e4c12280daf5dd49698f00ce25a9fa75ab3 (patch)
tree4e9607083456960d04d51c761a85448e0510cb47 /www/nginx-devel/Makefile
parentc57709330bd95e4d69f7457b25c5d6cb78a61241 (diff)
downloadports-88360e4c12280daf5dd49698f00ce25a9fa75ab3.tar.gz
ports-88360e4c12280daf5dd49698f00ce25a9fa75ab3.zip
Notes
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r--www/nginx-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index f1f9a2dd16e8..009678990e69 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1137,7 +1137,7 @@ post-patch:
pre-configure:
.if ${PORT_OPTIONS:MMODSECURITY}
( cd ${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION} && \
- CC="${CC}" ./${CONFIGURE_SCRIPT} --enable-standalone-module && \
+ CC="${CC}" ${CONFIGURE_CMD} --enable-standalone-module && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} )
.endif
.if ${PORT_OPTIONS:MSMALL_LIGHT}