summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/calendar/Makefile4
-rw-r--r--usr.bin/locate/locate/Makefile2
-rw-r--r--usr.bin/mail/Makefile2
-rw-r--r--usr.bin/vi/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile
index e09f40b..32670b9b 100644
--- a/usr.bin/calendar/Makefile
+++ b/usr.bin/calendar/Makefile
@@ -11,11 +11,11 @@ HR_LINKS= hr_HR.ISO_8859-2
TEXTMODE?= 444
beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
${.CURDIR}/calendars/calendar.* ${DESTDIR}${SHAREDIR}/calendar
.for lang in ${INTER}
mkdir -p ${DESTDIR}${SHAREDIR}/calendar/${lang}
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
${.CURDIR}/calendars/${lang}/calendar.* \
${DESTDIR}${SHAREDIR}/calendar/${lang}
.endfor
diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile
index 37058a0..5ddb9f1 100644
--- a/usr.bin/locate/locate/Makefile
+++ b/usr.bin/locate/locate/Makefile
@@ -14,7 +14,7 @@ SCRIPTSNAME_${script}= locate.${script:R}
MLINKS+= locate.updatedb.8 updatedb.8
# only /usr/src/etc/Makefile install files in /etc
-# ${INSTALL} -c -o root -g wheel -m 644 \
+# ${INSTALL} ${COPY} -o root -g wheel -m 644 \
# ${.CURDIR}/locate.rc ${DESTDIR}/etc
.include "../../Makefile.inc"
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile
index fb1d046..6891c77 100644
--- a/usr.bin/mail/Makefile
+++ b/usr.bin/mail/Makefile
@@ -14,7 +14,7 @@ MLINKS= mail.1 Mail.1 mail.1 mailx.1
.PATH: ${.CURDIR}/misc
etc-mailrc:
- cd ${.CURDIR}/misc; ${INSTALL} -c -o root -g wheel \
+ cd ${.CURDIR}/misc; ${INSTALL} ${COPY} -o root -g wheel \
-m 644 ${EFILES} ${DESTDIR}/etc
.include <bsd.prog.mk>
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 9481bd8..43df74d 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -83,7 +83,7 @@ ex_noperl.c: ex_perl.c
CLEANFILES+= ex_notcl.c ex_noperl.c
afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
${CATALOGS:S;^;${SRCDIR}/catalog/;} \
${DESTDIR}/usr/share/vi/catalog
for l in ${NLLINKS}; do \
OpenPOWER on IntegriCloud