- Fix apache root dir

PR:		235277
Reported by:	gerard_seibert@outlook.com
Sponsored by:	iXsystems Inc.
This commit is contained in:
Martin Wilke 2019-01-31 12:47:59 +00:00
parent ce4962af34
commit c008e5aa82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491714

View file

@ -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>