diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 13:50:35 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 13:50:35 +0000 |
commit | f38b64d9e639771b0291e52b3192f7438ca80f43 (patch) | |
tree | d00a4589f831b32dfa61287bef7cac285ec794ea /net/corkscrew | |
parent | 3095946235187ecda15db0856efbadb1467cbe93 (diff) |
Notes
Diffstat (limited to 'net/corkscrew')
-rw-r--r-- | net/corkscrew/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile index 7577caa7b1cf..961927179294 100644 --- a/net/corkscrew/Makefile +++ b/net/corkscrew/Makefile @@ -17,14 +17,13 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif |