summaryrefslogtreecommitdiffstats
path: root/fortune/datfiles/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1996-10-18 02:37:51 +0000
committerthorpej <thorpej@NetBSD.org>1996-10-18 02:37:51 +0000
commitd699982161fcf04c378aee3bd4f787d410ff6ff1 (patch)
tree499ddb8df800faecd01280cc302896bafc57e89a /fortune/datfiles/Makefile
parent623cdc6f2c89f79e816e25eea6ceda472431ee74 (diff)
downloadbsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.tar.gz
bsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.tar.zst
bsdgames-darwin-d699982161fcf04c378aee3bd4f787d410ff6ff1.zip
Use ${INSTALL}.
Diffstat (limited to 'fortune/datfiles/Makefile')
-rw-r--r--fortune/datfiles/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index a9911c1d..c8832b36 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1996/02/29 00:21:16 jtc Exp $
+# $NetBSD: Makefile,v 1.16 1996/10/18 02:46:35 thorpej Exp $
# @(#)Makefile 8.2 (Berkeley) 4/19/94
SRCS= fortunes fortunes2 startrek zippy
@@ -25,9 +25,9 @@ STRFILE!=cd $(.CURDIR)/../strfile; \
all: ${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 -c -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \
+ ${INSTALL} -c -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: