aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2018-01-10 23:08:51 +0800
committerdanfe <danfe@FreeBSD.org>2018-01-10 23:08:51 +0800
commit2e817f4a6d7548842e9852cc958ba56c62c817ec (patch)
treebc62977cbfc9ea1ae5f98d45ba2f1b4739f06693 /net
parent66c9d73006e24b07ce3a79e5676c93fa5cc21198 (diff)
downloadfreebsd-ports-gnome-2e817f4a6d7548842e9852cc958ba56c62c817ec.tar.gz
freebsd-ports-gnome-2e817f4a6d7548842e9852cc958ba56c62c817ec.tar.zst
freebsd-ports-gnome-2e817f4a6d7548842e9852cc958ba56c62c817ec.zip
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
Diffstat (limited to 'net')
-rw-r--r--net/remotebox/Makefile4
-rw-r--r--net/turnserver/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/net/remotebox/Makefile b/net/remotebox/Makefile
index 92b9082216db..7c8429cdf7c6 100644
--- a/net/remotebox/Makefile
+++ b/net/remotebox/Makefile
@@ -49,7 +49,7 @@ do-install:
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/docs/remotebox.pdf ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/docs/changelog.txt ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/remotebox.pdf ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/changelog.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/net/turnserver/Makefile b/net/turnserver/Makefile
index 0c7a0e943950..d74bc9e484ff 100644
--- a/net/turnserver/Makefile
+++ b/net/turnserver/Makefile
@@ -124,7 +124,7 @@ do-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/scripts/${dir}
.endfor
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/etc
- ${INSTALL_MAN} ${WRKSRC}/examples/scripts/readme.txt \
+ ${INSTALL_DATA} ${WRKSRC}/examples/scripts/readme.txt \
${STAGEDIR}${EXAMPLESDIR}/scripts
(cd ${WRKSRC}/examples/etc && ${INSTALL_DATA} ${_ETC_EXAMPLES} \
${STAGEDIR}${EXAMPLESDIR}/etc)