diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-10 15:08:51 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-10 15:08:51 +0000 |
commit | 2c0789eb843b7567a0a99882e1671a87e73d9163 (patch) | |
tree | bc62977cbfc9ea1ae5f98d45ba2f1b4739f06693 /sysutils/py-stdiff | |
parent | edee4e95d26ef8c6229f9dd99be3293f016a95cf (diff) |
Notes
Diffstat (limited to 'sysutils/py-stdiff')
-rw-r--r-- | sysutils/py-stdiff/Makefile | 4 |
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> |