aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-apache
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2019-01-31 12:47:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2019-01-31 12:47:59 +0000
commitc008e5aa82147aa1e7b709315cde55e56b248e4a (patch)
tree6aa3bc45307504bed689d9b5e08851cb99c1acc6 /security/py-certbot-apache
parentce4962af34574f5eb19af71c783af75d7024e6e5 (diff)
downloadports-c008e5aa82147aa1e7b709315cde55e56b248e4a.tar.gz
ports-c008e5aa82147aa1e7b709315cde55e56b248e4a.zip
Notes
Diffstat (limited to 'security/py-certbot-apache')
-rw-r--r--security/py-certbot-apache/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile
index c02b8bb340b2..15fe36923936 100644
--- a/security/py-certbot-apache/Makefile
+++ b/security/py-certbot-apache/Makefile
@@ -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,8 @@ NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/certbot_apache/configurator.py
+ @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' \
+ ${WRKSRC}/certbot_apache/configurator.py
.include "${.CURDIR}/../py-acme/version.mk"
.include <bsd.port.mk>