svn commit: r491644 - head/databases/kyototycoon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 30 19:22:00 UTC 2019


Author: sunpoet
Date: Wed Jan 30 19:21:56 2019
New Revision: 491644
URL: https://svnweb.freebsd.org/changeset/ports/491644

Log:
  Cosmetic change

Modified:
  head/databases/kyototycoon/Makefile

Modified: head/databases/kyototycoon/Makefile
==============================================================================
--- head/databases/kyototycoon/Makefile	Wed Jan 30 19:21:51 2019	(r491643)
+++ head/databases/kyototycoon/Makefile	Wed Jan 30 19:21:56 2019	(r491644)
@@ -63,7 +63,7 @@ post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so.2.19.0 ${STAGEDIR}${PREFIX}/libexec/*.so
 
 post-install-DOCS-on:
-	${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} {} \;
-	${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} {} \;
+	${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} {} +
+	${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} {} +
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list