summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'monop/Makefile')
-rw-r--r--monop/Makefile2
1 files changed, 1 insertions, 1 deletions
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>