summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt/fonts/Makefile')
-rw-r--r--usr.sbin/pcvt/fonts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pcvt/fonts/Makefile b/usr.sbin/pcvt/fonts/Makefile
index e59c513..6dedcb5 100644
--- a/usr.sbin/pcvt/fonts/Makefile
+++ b/usr.sbin/pcvt/fonts/Makefile
@@ -27,7 +27,7 @@ install: ${FONTS}
@if [ ! -d ${DESTDIR}${FONTDIR} ]; then mkdir ${DESTDIR}${FONTDIR};fi
@for i in ${FONTS}; do \
${ECHO} "installing font $$i into ${DESTDIR}${FONTDIR}"; \
- install -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
+ ${INSTALL} -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
$$i ${DESTDIR}${FONTDIR}; \
done
OpenPOWER on IntegriCloud