diff options
Diffstat (limited to 'www/nginx-acme/Makefile')
-rw-r--r-- | www/nginx-acme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-acme/Makefile b/www/nginx-acme/Makefile index a897c42d2702..925442db511a 100644 --- a/www/nginx-acme/Makefile +++ b/www/nginx-acme/Makefile @@ -48,7 +48,7 @@ NGX_CONFIGURE_ARGS= --with-compat \ PLIST_FILES= libexec/nginx/ngx_http_acme_module.so -post-extract: +pre-configure: ( cd ${WRKDIR}/nginx-${NGINX_VERSION} && \ ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${NGX_CONFIGURE_ARGS} ) |