aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/corkscrew/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile
index 961927179294..e3ae684f39ac 100644
--- a/net/corkscrew/Makefile
+++ b/net/corkscrew/Makefile
@@ -20,11 +20,9 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>