Index: Makefile =================================================================== --- Makefile (revision 491473) +++ Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= certbot-apache PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,6 +27,7 @@ post-patch: @${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/certbot_apache/configurator.py + @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache2|' ${WRKSRC}/certbot_apache/configurator.py .include "${.CURDIR}/../py-acme/version.mk" .include