git: 5fa714d02466 - main - www/nginx-acme: fix build by changing configure phase

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Sun, 24 Aug 2025 15:03:32 UTC
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5fa714d024664b34b8c9c04707f21bb6a9f1ec6e

commit 5fa714d024664b34b8c9c04707f21bb6a9f1ec6e
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-08-24 15:01:04 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-08-24 15:03:22 +0000

    www/nginx-acme: fix build by changing configure phase
    
    Do not bump PORTREVISION, the port was never built.
---
 www/nginx-acme/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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} )