]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Use ${COPY}, not -c for install.
authormycroft <mycroft@NetBSD.org>
Sun, 18 Jul 1993 19:17:22 +0000 (19:17 +0000)
committermycroft <mycroft@NetBSD.org>
Sun, 18 Jul 1993 19:17:22 +0000 (19:17 +0000)
fortune/datfiles/Makefile
monop/Makefile

index 3a8f75bcf7e33e60e07fd158ddf6c262f29a8116..5e4d87246c6c240ecc40fcf0c8adb5f034f67c1a 100644 (file)
@@ -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)
index bac5575c7222cfee04d7108b9cf96a56048b4e6d..7c07e5a40da1b134bf0f667223a940ec08fd5c40 100644 (file)
@@ -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>