From 77a53f7abbd4b93e916adc3d744feff0331b7612 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 18 Jul 1993 19:17:22 +0000 Subject: Use ${COPY}, not -c for install. --- monop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monop/Makefile') 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 -- cgit v1.2.3-56-ge451