summaryrefslogtreecommitdiffstats
path: root/games/fortune
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-24 23:22:00 +0000
committerbde <bde@FreeBSD.org>1995-07-24 23:22:00 +0000
commitc1ab3901fd41f1d20ba05bb0356790102c657f7a (patch)
tree68a61b2b340a6859e0ae5662fa55d69a97621662 /games/fortune
parent482147355ffcf6fcf97640000e64c377a965451e (diff)
downloadFreeBSD-src-c1ab3901fd41f1d20ba05bb0356790102c657f7a.zip
FreeBSD-src-c1ab3901fd41f1d20ba05bb0356790102c657f7a.tar.gz
Change `install' to `${INSTALL}' as usual.
Install the `built' files with flag ${COPY}.
Diffstat (limited to 'games/fortune')
-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 14b3f9a..1c6de42 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:
OpenPOWER on IntegriCloud