aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-07-24 23:22:00 +0000
committerBruce Evans <bde@FreeBSD.org>1995-07-24 23:22:00 +0000
commit1654225ba42ed4adc507b1e1bbc9161e473dcd0f (patch)
tree68a61b2b340a6859e0ae5662fa55d69a97621662 /games
parentc6114247917ab5a115be532e9ef9afc5ae4a4c8f (diff)
downloadsrc-1654225ba42ed4adc507b1e1bbc9161e473dcd0f.tar.gz
src-1654225ba42ed4adc507b1e1bbc9161e473dcd0f.zip
Change `install' to `${INSTALL}' as usual.
Install the `built' files with flag ${COPY}.
Notes
Notes: svn path=/head/; revision=9696
Diffstat (limited to 'games')
-rw-r--r--games/fortune/datfiles/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile
index 14b3f9a77e86..1c6de42cd2d8 100644
--- a/games/fortune/datfiles/Makefile
+++ b/games/fortune/datfiles/Makefile
@@ -18,9 +18,9 @@ TYPE= real
CLEANFILES+=${BLDS}
install: ${SRCS} ${BLDS}
- (cd ${.CURDIR} && install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ (cd ${.CURDIR} && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${SRCS} ${DESTDIR}/usr/share/games/fortune)
- install -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \
${DESTDIR}/usr/share/games/fortune
fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat: