aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
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 /net-p2p
parent9f52d4641a3fe2cb1b852d140c7663a9d6bc3702 (diff)
downloadports-a247b2f47d2d2f2324689dc90d3650e6d326fbd5.tar.gz
ports-a247b2f47d2d2f2324689dc90d3650e6d326fbd5.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libbt/Makefile2
-rw-r--r--net-p2p/libtorrent-rasterbar/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile
index 35a660fdb436..022de46f7056 100644
--- a/net-p2p/libbt/Makefile
+++ b/net-p2p/libbt/Makefile
@@ -37,7 +37,7 @@ do-install:
.endfor
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
- ${INSTALL_MAN} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index 0599d029d502..5f2461cd0126 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -78,7 +78,7 @@ post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${DOCFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${DOCFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR})
${RM} ${STAGEDIR}${DOCSDIR}/docs/._*