aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2014-02-21 03:16:43 +0800
committermakc <makc@FreeBSD.org>2014-02-21 03:16:43 +0800
commitd8c14699d67665d52780b5547fc05d561e622874 (patch)
tree294ca0cf6468edb9603faa6b2ca629ce389fbc81
parente8a38df67359cd5b6320aec77b6cfa9daabe8ec6 (diff)
downloadfreebsd-ports-gnome-d8c14699d67665d52780b5547fc05d561e622874.tar.gz
freebsd-ports-gnome-d8c14699d67665d52780b5547fc05d561e622874.tar.zst
freebsd-ports-gnome-d8c14699d67665d52780b5547fc05d561e622874.zip
devel/qjson:
- fix build without DOCS after r344719 Pointyhat to: miwi
-rw-r--r--devel/qjson/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/qjson/Makefile b/devel/qjson/Makefile
index c78755604b94..cf174eb6086e 100644
--- a/devel/qjson/Makefile
+++ b/devel/qjson/Makefile
@@ -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>