diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2014-03-14 14:07:15 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-03-14 14:07:15 +0000 |
commit | 83c014d789e929ee1d3f745208e278c32d989d85 (patch) | |
tree | de0075b54fd11409497a3b76b1b721f7987647a8 /japanese | |
parent | 8361f146e5c2799b33b570675b94d23630183bb1 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/onew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/onew/Makefile b/japanese/onew/Makefile index 4d95033d0185..35dd6ab378c5 100644 --- a/japanese/onew/Makefile +++ b/japanese/onew/Makefile @@ -67,7 +67,7 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/libonew-${I}.a \ ${STAGEDIR}${PREFIX}/lib/libonew-${I}.a .endfor - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.ONEW ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |