aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
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 /x11-toolkits
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 'x11-toolkits')
-rw-r--r--x11-toolkits/iwidgets/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/iwidgets/Makefile b/x11-toolkits/iwidgets/Makefile
index 2d3d4c6e5710..42bc545f4e3a 100644
--- a/x11-toolkits/iwidgets/Makefile
+++ b/x11-toolkits/iwidgets/Makefile
@@ -40,9 +40,9 @@ post-install:
${LN} -s ${DISTNAME} ${STAGEDIR}${PREFIX}/lib/iwidgets
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/doc/iwidgets.ps ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/iwidgets.ps ${STAGEDIR}${DOCSDIR}
.for f in CHANGES ChangeLog README
- ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif