diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2025-08-24 15:01:04 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2025-08-24 15:03:22 +0000 |
| commit | 5fa714d024664b34b8c9c04707f21bb6a9f1ec6e (patch) | |
| tree | 261632b2e6572ca035431c9384cf868647ce22e6 | |
| parent | ad7fbef35783a6fa4c787b74f4510d64dd25a010 (diff) | |
www/nginx-acme: fix build by changing configure phase
Do not bump PORTREVISION, the port was never built.
| -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} ) |
