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 /net/isboot-kmod | |
parent | 9f52d4641a3fe2cb1b852d140c7663a9d6bc3702 (diff) | |
download | ports-a247b2f47d2d2f2324689dc90d3650e6d326fbd5.tar.gz ports-a247b2f47d2d2f2324689dc90d3650e6d326fbd5.zip |
Notes
Diffstat (limited to 'net/isboot-kmod')
-rw-r--r-- | net/isboot-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk> |