1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Make sure, ${PREFIX}/etc/ is searched for config-files, rather than the

/etc
This commit is contained in:
Mikhail Teterin 2014-10-03 19:40:51 +00:00
parent 9b637227c4
commit 6615a3e00c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369934

View File

@ -30,6 +30,12 @@ WBXML_DESC= Synchronization Support
post-patch:
${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/go/base/Config.php
${REINPLACE_CMD} 's|/etc/groupoffice|${PREFIX}&|g' \
${WRKSRC}/go/base/Config.php \
${WRKSRC}/install/configFile.php \
${WRKSRC}/modules/serverclient/HttpClient.php \
${WRKSRC}/modules/serverclient/ServerclientModule.php \
${WRKSRC}/modules/site/index.php
.include <bsd.port.options.mk>