aboutsummaryrefslogtreecommitdiff
path: root/misc/estic
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 14:18:01 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 14:18:01 +0000
commita247b2f47d2d2f2324689dc90d3650e6d326fbd5 (patch)
treeb20e8fa39d7f47e5ac65570524af39804107f1d1 /misc/estic
parent9f52d4641a3fe2cb1b852d140c7663a9d6bc3702 (diff)
downloadports-a247b2f47d2d2f2324689dc90d3650e6d326fbd5.tar.gz
ports-a247b2f47d2d2f2324689dc90d3650e6d326fbd5.zip
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Notes
Notes: svn path=/head/; revision=458739
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 c026138f194a..d9e955ef9a24 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_MAN} ${ESTIC}/estic.doc ${PBX_DOC}/
+ ${INSTALL_DATA} ${ESTIC}/estic.doc ${PBX_DOC}
@# estic.doc is not nroff format, & is in German
- ${INSTALL_MAN} ${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}