aboutsummaryrefslogtreecommitdiff
path: root/math/emc2
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 /math/emc2
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 'math/emc2')
-rw-r--r--math/emc2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/emc2/Makefile b/math/emc2/Makefile
index 615b44cd1d0b..89b8478df487 100644
--- a/math/emc2/Makefile
+++ b/math/emc2/Makefile
@@ -44,6 +44,6 @@ do-install:
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @(cd ${DISTDIR} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
+ @(cd ${DISTDIR} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>