diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-11 22:18:01 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-11 22:18:01 +0800 |
commit | 95792be7511c5ce42ec90c098ec151521bc25398 (patch) | |
tree | b20e8fa39d7f47e5ac65570524af39804107f1d1 /sysutils/farbot | |
parent | e287393ededca400d34a0da59555da4c19cfbdf6 (diff) | |
download | freebsd-ports-gnome-95792be7511c5ce42ec90c098ec151521bc25398.tar.gz freebsd-ports-gnome-95792be7511c5ce42ec90c098ec151521bc25398.tar.zst freebsd-ports-gnome-95792be7511c5ce42ec90c098ec151521bc25398.zip |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Diffstat (limited to 'sysutils/farbot')
-rw-r--r-- | sysutils/farbot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/farbot/Makefile b/sysutils/farbot/Makefile index 2f06b9944557..82ace2fb16b4 100644 --- a/sysutils/farbot/Makefile +++ b/sysutils/farbot/Makefile @@ -32,6 +32,6 @@ post-install: post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/xhtml - ${INSTALL_MAN} ${WRKSRC}/docs/xhtml/* ${STAGEDIR}${DOCSDIR}/xhtml + ${INSTALL_DATA} ${WRKSRC}/docs/xhtml/* ${STAGEDIR}${DOCSDIR}/xhtml .include <bsd.port.mk> |