summaryrefslogtreecommitdiffstats
path: root/fortune/datfiles/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-07-18 19:17:22 +0000
committermycroft <mycroft@NetBSD.org>1993-07-18 19:17:22 +0000
commit77a53f7abbd4b93e916adc3d744feff0331b7612 (patch)
tree8f3f4f3741e19ba8811a53f8a44c054d28d28915 /fortune/datfiles/Makefile
parent28315f9a5fe92c3b7c38cc4c74b8377e1f3bcb31 (diff)
downloadbsdgames-darwin-77a53f7abbd4b93e916adc3d744feff0331b7612.tar.gz
bsdgames-darwin-77a53f7abbd4b93e916adc3d744feff0331b7612.tar.zst
bsdgames-darwin-77a53f7abbd4b93e916adc3d744feff0331b7612.zip
Use ${COPY}, not -c for install.
Diffstat (limited to 'fortune/datfiles/Makefile')
-rw-r--r--fortune/datfiles/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index 3a8f75bc..5e4d8724 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -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)