aboutsummaryrefslogtreecommitdiff
path: root/www/mod_bw
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-08 07:43:28 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-08 07:43:28 +0000
commitc9fe2dbd147c4af18932afef64271d279644a44d (patch)
tree73a2e7b5defb019d707d4a4ee1d85fdb7efad080 /www/mod_bw
parentec74ed9622fe1e0236b1e66183f83d9e65bdabbe (diff)
downloadports-c9fe2dbd147c4af18932afef64271d279644a44d.tar.gz
ports-c9fe2dbd147c4af18932afef64271d279644a44d.zip
Notes
Diffstat (limited to 'www/mod_bw')
-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>