summaryrefslogtreecommitdiff
path: root/emulators/vba/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-05-15 05:08:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-05-15 05:08:48 +0000
commit16ed105f324ac9c7082a4a76e177697cc55d2816 (patch)
tree61a051ff23f8489e14ed4faab2209dbb5be3595b /emulators/vba/Makefile
parentBROKEN: Unfetchable (diff)
- Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)
- use install -d instead of mkdir Thanks to kris@
Diffstat (limited to 'emulators/vba/Makefile')
-rw-r--r--emulators/vba/Makefile2
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