svn commit: r491643 - head/databases/kyotocabinet

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


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

Log:
  Convert to options target helper

Modified:
  head/databases/kyotocabinet/Makefile

Modified: head/databases/kyotocabinet/Makefile
==============================================================================
--- head/databases/kyotocabinet/Makefile	Wed Jan 30 19:21:46 2019	(r491642)
+++ head/databases/kyotocabinet/Makefile	Wed Jan 30 19:21:51 2019	(r491643)
@@ -33,7 +33,9 @@ post-patch:
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyotocabinet.so.16.13.0
-	${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} {} \;
-	${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} {} \;
+
+post-install-DOCS-on:
+	${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