aboutsummaryrefslogtreecommitdiffstats
path: root/comms/py-bulksms/Makefile
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2018-01-11 22:18:01 +0800
committerdanfe <danfe@FreeBSD.org>2018-01-11 22:18:01 +0800
commit95792be7511c5ce42ec90c098ec151521bc25398 (patch)
treeb20e8fa39d7f47e5ac65570524af39804107f1d1 /comms/py-bulksms/Makefile
parente287393ededca400d34a0da59555da4c19cfbdf6 (diff)
downloadfreebsd-ports-gnome-95792be7511c5ce42ec90c098ec151521bc25398.tar.gz
freebsd-ports-gnome-95792be7511c5ce42ec90c098ec151521bc25398.tar.zst
freebsd-ports-gnome-95792be7511c5ce42ec90c098ec151521bc25398.zip
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Diffstat (limited to 'comms/py-bulksms/Makefile')
-rw-r--r--comms/py-bulksms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/py-bulksms/Makefile b/comms/py-bulksms/Makefile
index 4f2b45ce8474..f3af7e607787 100644
--- a/comms/py-bulksms/Makefile
+++ b/comms/py-bulksms/Makefile
@@ -21,6 +21,6 @@ OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @${INSTALL_MAN} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>