diff options
Diffstat (limited to 'emulators/vba/Makefile')
-rw-r--r-- | emulators/vba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 4cfac6b35035..bf7f67f8d010 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -56,7 +56,7 @@ do-install: post-install: .ifndef(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + ${INSTALL} -d ${DOCSDIR} .for filename in ${DOC_FILES} ${INSTALL_MAN} ${WRKSRC}/${filename} ${DOCSDIR} .endfor |