From a247b2f47d2d2f2324689dc90d3650e6d326fbd5 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 11 Jan 2018 14:18:01 +0000 Subject: Do not abuse INSTALL_MAN when installing documentation, examples, and other miscellaneous files that are not actually manual pages (part 2). --- mail/cone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/cone') diff --git a/mail/cone/Makefile b/mail/cone/Makefile index d4b8b768f40d..2a1789590227 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -41,6 +41,6 @@ post-install: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} .include -- cgit v1.2.3