diff options
Diffstat (limited to 'security/py-certbot-nginx/Makefile')
-rw-r--r-- | security/py-certbot-nginx/Makefile | 2 |
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> |