summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/comclear/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/comclear/Makefile b/www/comclear/Makefile
index 9d91dff8aabd..7853bf3a8098 100644
--- a/www/comclear/Makefile
+++ b/www/comclear/Makefile
@@ -25,7 +25,8 @@ post-configure:
${PERL} -pi.fbsd -e 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile
post-install:
- cd ${WRKSRC} && ${GMAKE} install-docDATA
+.if !defined(NOPORTDOCS)
+ cd ${WRKSRC} && ${GMAKE} install-docDATA
.endif
.include <bsd.port.mk>