summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2025-08-24 11:01:04 -0400
committerSergey A. Osokin <osa@FreeBSD.org>2025-08-24 11:03:22 -0400
commit5fa714d024664b34b8c9c04707f21bb6a9f1ec6e (patch)
tree261632b2e6572ca035431c9384cf868647ce22e6 /www
parentmail/mailpit: Update to 1.27.6 (diff)
www/nginx-acme: fix build by changing configure phase
Do not bump PORTREVISION, the port was never built.
Diffstat (limited to 'www')
-rw-r--r--www/nginx-acme/Makefile2
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} )