aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/bacula-server/Makefile2
-rw-r--r--sysutils/bacula/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index 6ec95f6b8fa5..951891358272 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -188,7 +188,7 @@ post-install:
done; \
.if !defined(NOPORTDOCS)
- ${MKDIR} -p ${DOCSDIR}/html-manual
+ ${MKDIR} ${DOCSDIR}/html-manual
cd ${WRKSRC}/doc && ${FIND} html-manual | \
${CPIO} -pdm -L -R root:wheel ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/bacula.pdf ${DOCSDIR}
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile
index 6ec95f6b8fa5..951891358272 100644
--- a/sysutils/bacula/Makefile
+++ b/sysutils/bacula/Makefile
@@ -188,7 +188,7 @@ post-install:
done; \
.if !defined(NOPORTDOCS)
- ${MKDIR} -p ${DOCSDIR}/html-manual
+ ${MKDIR} ${DOCSDIR}/html-manual
cd ${WRKSRC}/doc && ${FIND} html-manual | \
${CPIO} -pdm -L -R root:wheel ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/bacula.pdf ${DOCSDIR}