svn commit: r339183 - in head/deskutils/mirall: . files

Mathieu Arnold mat at FreeBSD.org
Wed Jan 8 22:30:00 UTC 2014


Author: mat
Date: Wed Jan  8 22:29:59 2014
New Revision: 339183
URL: http://svnweb.freebsd.org/changeset/ports/339183

Log:
  Rework config file installation without a patch.

Deleted:
  head/deskutils/mirall/files/patch-CMakeLists.txt
Modified:
  head/deskutils/mirall/Makefile

Modified: head/deskutils/mirall/Makefile
==============================================================================
--- head/deskutils/mirall/Makefile	Wed Jan  8 21:53:50 2014	(r339182)
+++ head/deskutils/mirall/Makefile	Wed Jan  8 22:29:59 2014	(r339183)
@@ -41,6 +41,7 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
 	${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/latex/ownCloudClientManual.pdf ${STAGEDIR}${DOCSDIR}
 	(cd ${INSTALL_WRKSRC}/doc/html/unthemed && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html)
+	${MV} ${STAGEDIR}${PREFIX}/etc/ownCloud/sync-exclude.lst ${STAGEDIR}${PREFIX}/etc/ownCloud/sync-exclude.lst.sample
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list