aboutsummaryrefslogtreecommitdiffstats
path: root/x11/i3status
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/i3status
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/i3status')
-rw-r--r--x11/i3status/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/i3status/Makefile b/x11/i3status/Makefile
index 9f5ed7d31267..c15c7efc8de7 100644
--- a/x11/i3status/Makefile
+++ b/x11/i3status/Makefile
@@ -28,7 +28,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/i3status ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/man/i3status.1 ${STAGEDIR}${MANPREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/i3status.conf ${STAGEDIR}${PREFIX}/etc/i3status.conf.sample
+ ${INSTALL_MAN} ${WRKSRC}/man/i3status.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/i3status.conf \
+ ${STAGEDIR}${PREFIX}/etc/i3status.conf.sample
.include <bsd.port.mk>