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 3c6416dad99d..e6fbd8e4eac8 100644 --- a/security/py-certbot-apache/Makefile +++ b/security/py-certbot-apache/Makefile @@ -25,9 +25,9 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes post-patch: - @${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/certbot_apache/configurator.py + @${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/certbot_apache/_internal/configurator.py @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' \ - ${WRKSRC}/certbot_apache/configurator.py + ${WRKSRC}/certbot_apache/_internal/configurator.py .include "${.CURDIR}/../py-acme/version.mk" .include <bsd.port.mk> |
