summaryrefslogtreecommitdiffstats
path: root/gnu/games/chess/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/games/chess/Makefile')
-rw-r--r--gnu/games/chess/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile
index a129137..a40e597 100644
--- a/gnu/games/chess/Makefile
+++ b/gnu/games/chess/Makefile
@@ -9,7 +9,7 @@ LDADD= -lcurses -ltermcap
HIDEGAME=hidegame
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \
- ${DESTDIR}/usr/share/games
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${.CURDIR}/gnuchess.book ${DESTDIR}/usr/share/games
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud