svn commit: r345260 - head/devel/qjson

Max Brazhnikov makc at FreeBSD.org
Thu Feb 20 19:16:44 UTC 2014


Author: makc
Date: Thu Feb 20 19:16:43 2014
New Revision: 345260
URL: http://svnweb.freebsd.org/changeset/ports/345260
QAT: https://qat.redports.org/buildarchive/r345260/

Log:
  devel/qjson:
  - fix build without DOCS after r344719
  
  Pointyhat to:	miwi

Modified:
  head/devel/qjson/Makefile

Modified: head/devel/qjson/Makefile
==============================================================================
--- head/devel/qjson/Makefile	Thu Feb 20 18:17:22 2014	(r345259)
+++ head/devel/qjson/Makefile	Thu Feb 20 19:16:43 2014	(r345260)
@@ -35,7 +35,9 @@ post-build:
 .endif
 
 post-install:
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list