aboutsummaryrefslogtreecommitdiff
path: root/net/remotebox
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-10 15:08:51 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-10 15:08:51 +0000
commit2c0789eb843b7567a0a99882e1671a87e73d9163 (patch)
treebc62977cbfc9ea1ae5f98d45ba2f1b4739f06693 /net/remotebox
parentedee4e95d26ef8c6229f9dd99be3293f016a95cf (diff)
downloadports-2c0789eb843b7567a0a99882e1671a87e73d9163.tar.gz
ports-2c0789eb843b7567a0a99882e1671a87e73d9163.zip
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
Notes
Notes: svn path=/head/; revision=458646
Diffstat (limited to 'net/remotebox')
-rw-r--r--net/remotebox/Makefile4
1 files changed, 2 insertions, 2 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>