summaryrefslogtreecommitdiff
path: root/www/nginx-acme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx-acme/Makefile')
-rw-r--r--www/nginx-acme/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx-acme/Makefile b/www/nginx-acme/Makefile
index a897c42d2702..5dc148436727 100644
--- a/www/nginx-acme/Makefile
+++ b/www/nginx-acme/Makefile
@@ -1,5 +1,6 @@
PORTNAME= acme
PORTVERSION= 0.1.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://github.com/nginx/nginx-${PORTNAME}/releases/download/v${PORTVERSION}/:acme \
https://nginx.org/download/:nginx
@@ -48,7 +49,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} )