diff options
Diffstat (limited to 'security/py-certbot-apache/Makefile')
-rw-r--r-- | security/py-certbot-apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile index cb57a26b075e..e847903f2aa3 100644 --- a/security/py-certbot-apache/Makefile +++ b/security/py-certbot-apache/Makefile @@ -28,8 +28,8 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes 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 + @${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/src/certbot_apache/_internal/configurator.py + @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' ${WRKSRC}/src/certbot_apache/_internal/configurator.py .include "${.CURDIR}/../py-acme/version.mk" .include <bsd.port.mk> |