Date: Tue, 30 Jan 2018 23:13:11 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460447 - head/misc/estic Message-ID: <201801302313.w0UNDBAa074672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Tue Jan 30 23:13:11 2018 New Revision: 460447 URL: https://svnweb.freebsd.org/changeset/ports/460447 Log: - fix install Modified: head/misc/estic/Makefile Modified: head/misc/estic/Makefile ============================================================================== --- head/misc/estic/Makefile Tue Jan 30 22:25:49 2018 (r460446) +++ head/misc/estic/Makefile Tue Jan 30 23:13:11 2018 (r460447) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801302313.w0UNDBAa074672>