aboutsummaryrefslogtreecommitdiff
path: root/www/mod_bw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_bw/Makefile')
-rw-r--r--www/mod_bw/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_bw/Makefile b/www/mod_bw/Makefile
index cd6f7d96ee8e..731f16bbc261 100644
--- a/www/mod_bw/Makefile
+++ b/www/mod_bw/Makefile
@@ -24,8 +24,10 @@ SRC_FILE= mod_bw.c
PORTDOCS= LICENSE mod_bw.txt
post-install:
+.ifndef NOPORTDOCS
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && \
${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+.endif
.include <bsd.port.mk>