aboutsummaryrefslogtreecommitdiff
path: root/net/corkscrew
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:34 +0000
commit23da8b86e482257304e2a84f13cf313b4abcda3c (patch)
tree9de2f51817231a426e5efed64dc9f54e49969284 /net/corkscrew
parentb1de65918419f26cbe5a6733bc4c681706373169 (diff)
downloadports-23da8b86e482257304e2a84f13cf313b4abcda3c.tar.gz
ports-23da8b86e482257304e2a84f13cf313b4abcda3c.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343983
Diffstat (limited to 'net/corkscrew')
-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>