From: Rod Grimes Date: Fri, 16 Jul 1993 17:39:38 +0000 (+0000) Subject: Merge. Fix install to use the ${COPY} knob. X-Git-Tag: FreeBSD-release/1.1~2400 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/766cddaee8e0764abeda898e0ffc2a7caea5e156 Merge. Fix install to use the ${COPY} knob. --- diff --git a/games/monop/Makefile b/games/monop/Makefile index 27f0c5d038..1b682754a0 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 ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \ ${DESTDIR}/usr/share/games .include