From 36d2e1db1e0992e18313f83b5f7097c4fafd7270 Mon Sep 17 00:00:00 2001 From: dinoex Date: Tue, 30 Jan 2018 23:13:11 +0000 Subject: - fix install --- misc/estic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') 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} -- cgit