summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/calendar/Makefile')
-rw-r--r--usr.bin/calendar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile
index afa891e..7b6e434 100644
--- a/usr.bin/calendar/Makefile
+++ b/usr.bin/calendar/Makefile
@@ -3,7 +3,7 @@
PROG= calendar
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud