aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-nginx/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-05-12 11:13:46 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-05-12 11:13:46 +0000
commite88af0bf9e83c7da93295c7caee729dc2e7a5880 (patch)
tree5c2f9787fcf60e04af546fd3d37ede2b67ee78b0 /security/py-certbot-nginx/Makefile
parentb8087731275a7fa0abec7bd10f06e00c16b60c42 (diff)
downloadports-e88af0bf9e83c7da93295c7caee729dc2e7a5880.tar.gz
ports-e88af0bf9e83c7da93295c7caee729dc2e7a5880.zip
security/py-[acme|certbot]: Update to 1.4.0
Changelog: https://github.com/certbot/certbot/blob/v1.4.0/certbot/CHANGELOG.md Approved by: koobs (python, maintainer) Differential Revision: https://reviews.freebsd.org/D24743
Notes
Notes: svn path=/head/; revision=534987
Diffstat (limited to 'security/py-certbot-nginx/Makefile')
-rw-r--r--security/py-certbot-nginx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-certbot-nginx/Makefile b/security/py-certbot-nginx/Makefile
index 8b1a7a397de6..c09d8dd87272 100644
--- a/security/py-certbot-nginx/Makefile
+++ b/security/py-certbot-nginx/Makefile
@@ -30,7 +30,7 @@ DOCS_BUILD_DEPENDS= ${PY_SPHINX} \
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot_nginx/_internal/configurator.py
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot_nginx/_internal/constants.py
.include "${.CURDIR}/../py-acme/version.mk"
.include <bsd.port.mk>