aboutsummaryrefslogtreecommitdiff
path: root/misc/ansiweather/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ansiweather/Makefile')
-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>