diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:34 +0000 |
commit | 23da8b86e482257304e2a84f13cf313b4abcda3c (patch) | |
tree | 9de2f51817231a426e5efed64dc9f54e49969284 /net/corkscrew | |
parent | b1de65918419f26cbe5a6733bc4c681706373169 (diff) | |
download | ports-23da8b86e482257304e2a84f13cf313b4abcda3c.tar.gz ports-23da8b86e482257304e2a84f13cf313b4abcda3c.zip |
Notes
Diffstat (limited to 'net/corkscrew')
-rw-r--r-- | net/corkscrew/Makefile | 2 |
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> |