Date: Thu, 20 Feb 2014 19:16:43 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345260 - head/devel/qjson Message-ID: <201402201916.s1KJGh98009479@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402201916.s1KJGh98009479>