aboutsummaryrefslogtreecommitdiff
path: root/misc/estic
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2018-01-30 23:13:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2018-01-30 23:13:11 +0000
commitb4d7b38665939a8a45f29db3385fe4733d90f512 (patch)
treed5c1d5605cbbd589378e4e64c9152accdd7b6d36 /misc/estic
parent0af5d194a806ca6193f594f4f3e9ae2fc9e78d97 (diff)
downloadports-b4d7b38665939a8a45f29db3385fe4733d90f512.tar.gz
ports-b4d7b38665939a8a45f29db3385fe4733d90f512.zip
- fix install
Notes
Notes: svn path=/head/; revision=460447
Diffstat (limited to 'misc/estic')
-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}