summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/tmac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/tmac/Makefile')
-rw-r--r--gnu/usr.bin/groff/tmac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile
index c384ed3..d7da734 100644
--- a/gnu/usr.bin/groff/tmac/Makefile
+++ b/gnu/usr.bin/groff/tmac/Makefile
@@ -53,7 +53,7 @@ $f-s: $f
beforeinstall:
cd ${DIST_DIR}; \
- ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
+ ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${NORMALFILES} ${DESTDIR}${TMACDIR}
cd ${.CURDIR}; \
${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
@@ -68,7 +68,7 @@ beforeinstall:
$f-s ${DESTDIR}${MDOCDIR}/$f
.endfor
.if !exists(${DESTDIR}${TMACDIR}/man.local)
- ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
+ ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${DIST_DIR}/man.local ${DESTDIR}${TMACDIR}
.endif
OpenPOWER on IntegriCloud