summaryrefslogtreecommitdiff
path: root/games/hack
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:36:21 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:36:21 +0000
commit2acd5390dbb793d93f38c84e71f09fd69753d2f0 (patch)
treeef19dee31884b5cb6e7fec188dabd669523c5c7c /games/hack
parent5b2752f6d3978dce11bb6695fcb155bab4ee0b37 (diff)
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'games/hack')
-rw-r--r--games/hack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index eec49a21027..f65bfd749e6 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1996/06/02 05:44:16 tholo Exp $
+# $OpenBSD: Makefile,v 1.4 1996/12/08 15:36:16 downsj Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= hack
@@ -30,11 +30,11 @@ makedefs: makedefs.c
${HOSTCC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c ${LDADD}
beforeinstall:
- install -c -o games -g games -m 600 /dev/null \
+ ${INSTALL} ${COPY} -o games -g games -m 600 /dev/null \
${DESTDIR}/var/games/hackdir/perm
- install -c -o games -g games -m 600 /dev/null \
+ ${INSTALL} ${COPY} -o games -g games -m 600 /dev/null \
${DESTDIR}/var/games/hackdir/record
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir
rm -f ${DESTDIR}/var/games/hackdir/bones*