- Fix apache root dir
PR: 235277 Reported by: gerard_seibert@outlook.com Sponsored by: iXsystems Inc.
This commit is contained in:
parent
ce4962af34
commit
c008e5aa82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491714
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue