svn commit: r369934 - head/www/groupoffice

Mikhail Teterin mi at FreeBSD.org
Fri Oct 3 19:40:51 UTC 2014


Author: mi
Date: Fri Oct  3 19:40:51 2014
New Revision: 369934
URL: https://svnweb.freebsd.org/changeset/ports/369934
QAT: https://qat.redports.org/buildarchive/r369934/

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

Modified:
  head/www/groupoffice/Makefile

Modified: head/www/groupoffice/Makefile
==============================================================================
--- head/www/groupoffice/Makefile	Fri Oct  3 19:31:07 2014	(r369933)
+++ head/www/groupoffice/Makefile	Fri Oct  3 19:40:51 2014	(r369934)
@@ -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>
 


More information about the svn-ports-all mailing list