summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortune/datfiles/Makefile2
-rw-r--r--monop/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index 3a8f75bc..5e4d8724 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -24,7 +24,7 @@ install:
else \
true ; \
fi
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${DATFILES} \
+ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${DATFILES} \
${DESTDIR}/usr/share/games/fortune
(cd ${.CURDIR} && install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${NORMDAT:R} ${DESTDIR}/usr/share/games/fortune)
diff --git a/monop/Makefile b/monop/Makefile
index bac5575c..7c07e5a4 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -16,7 +16,7 @@ initdeck: initdeck.c
${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
+ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>