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). --- net/isboot-kmod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/isboot-kmod') diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile index f3f815843e89..6e54ef7bac86 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -29,6 +29,6 @@ VIMAGE_CFLAGS= -DVIMAGE post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKDIR}/${DISTNAME} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + cd ${WRKDIR}/${DISTNAME} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include -- cgit v1.2.3