diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-09 17:44:54 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-09 17:44:54 +0000 |
| commit | c966dbb469e01359dade2d87a0b5f3090cf67306 (patch) | |
| tree | 2cfa2b867cde64949bdac5eaadeed042773eb138 /security/py-certbot-apache | |
| parent | dcccf4b51d1c92441a47fe7bb5f1522d381aa8db (diff) | |
Diffstat (limited to 'security/py-certbot-apache')
| -rw-r--r-- | security/py-certbot-apache/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile index 9dcf87a0244a..cb57a26b075e 100644 --- a/security/py-certbot-apache/Makefile +++ b/security/py-certbot-apache/Makefile @@ -27,15 +27,9 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.3.1:devel/py-importlib-resources@${PY_FLAVOR} -.endif - post-patch: @${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/certbot_apache/_internal/configurator.py @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' ${WRKSRC}/certbot_apache/_internal/configurator.py .include "${.CURDIR}/../py-acme/version.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
