aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-stdiff
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 /sysutils/py-stdiff
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 'sysutils/py-stdiff')
-rw-r--r--sysutils/py-stdiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-stdiff/Makefile b/sysutils/py-stdiff/Makefile
index d788ab14849f..bf4ef92402c4 100644
--- a/sysutils/py-stdiff/Makefile
+++ b/sysutils/py-stdiff/Makefile
@@ -18,7 +18,7 @@ PORTDOCS= *
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/
- ${INSTALL_MAN} ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}/)
.include <bsd.port.mk>