diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-11 14:18:01 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-11 14:18:01 +0000 |
| commit | a247b2f47d2d2f2324689dc90d3650e6d326fbd5 (patch) | |
| tree | b20e8fa39d7f47e5ac65570524af39804107f1d1 /misc/lxi-tools | |
| parent | Replace USE_AUTOTOOLS with USES=autoreconf. (diff) | |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Diffstat (limited to 'misc/lxi-tools')
| -rw-r--r-- | misc/lxi-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lxi-tools/Makefile b/misc/lxi-tools/Makefile index 05dde0a91aa1..0edfd1a41f56 100644 --- a/misc/lxi-tools/Makefile +++ b/misc/lxi-tools/Makefile @@ -32,6 +32,6 @@ BASH_PLIST_FILES= ${PREFIX}/etc/bash_completion.d/lxi post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |
