aboutsummaryrefslogtreecommitdiff
path: root/misc/ansiweather
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 14:18:01 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 14:18:01 +0000
commita247b2f47d2d2f2324689dc90d3650e6d326fbd5 (patch)
treeb20e8fa39d7f47e5ac65570524af39804107f1d1 /misc/ansiweather
parent9f52d4641a3fe2cb1b852d140c7663a9d6bc3702 (diff)
downloadports-a247b2f47d2d2f2324689dc90d3650e6d326fbd5.tar.gz
ports-a247b2f47d2d2f2324689dc90d3650e6d326fbd5.zip
Notes
Diffstat (limited to 'misc/ansiweather')
-rw-r--r--misc/ansiweather/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ansiweather/Makefile b/misc/ansiweather/Makefile
index 6a29dea03f0b..3730ae6336f7 100644
--- a/misc/ansiweather/Makefile
+++ b/misc/ansiweather/Makefile
@@ -37,7 +37,7 @@ do-install-EXAMPLES-on:
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>