diff --git a/games/monop/Makefile b/games/monop/Makefile index 5edeba22216d..bac5575c7222 100644 --- a/games/monop/Makefile +++ b/games/monop/Makefile @@ -16,7 +16,7 @@ initdeck: initdeck.c ${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c beforeinstall: - install -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \ + install -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \ ${DESTDIR}/usr/share/games .include