summaryrefslogtreecommitdiffstats
path: root/games/caesar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/caesar/Makefile')
-rw-r--r--games/caesar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/caesar/Makefile b/games/caesar/Makefile
index 13ff87d..2c1ff10 100644
--- a/games/caesar/Makefile
+++ b/games/caesar/Makefile
@@ -7,7 +7,7 @@ LDADD= -lm
MLINKS= caesar.6 rot13.6
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud