svn commit: r460447 - head/misc/estic
Dirk Meyer
dinoex at FreeBSD.org
Tue Jan 30 23:13:12 UTC 2018
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}
More information about the svn-ports-all
mailing list