aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/estic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile
index d9e955ef9a24..079b85a6f900 100644
--- a/misc/estic/Makefile
+++ b/misc/estic/Makefile
@@ -87,9 +87,9 @@ do-install:
.if ${PORT_OPTIONS:MDOCS}
@# estic doc says estic.res must be in bin path or current directory
${MKDIR} ${PBX_DOC}
- ${INSTALL_DATA} ${ESTIC}/estic.doc ${PBX_DOC}
+ ${INSTALL_DATA} ${ESTIC}/estic.doc ${PBX_DOC}/
@# estic.doc is not nroff format, & is in German
- ${INSTALL_DATA} ${FILESDIR}/README ${PBX_DOC}
+ ${INSTALL_DATA} ${FILESDIR}/README ${PBX_DOC}/
.endif
@# ${FILESDIR}/README is not in nroff, but is a temporary document.
${MKDIR} ${PBX_ETC} ${PBX_VAR}