diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:36:21 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:36:21 +0000 |
commit | 2acd5390dbb793d93f38c84e71f09fd69753d2f0 (patch) | |
tree | ef19dee31884b5cb6e7fec188dabd669523c5c7c /games/fortune | |
parent | 5b2752f6d3978dce11bb6695fcb155bab4ee0b37 (diff) |
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'games/fortune')
-rw-r--r-- | games/fortune/datfiles/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index fa4c40839e3..8297a0dca3d 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/03/28 13:51:06 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 1996/12/08 15:36:15 downsj Exp $ # $NetBSD: Makefile,v 1.15 1996/02/29 00:21:16 jtc Exp $ # @(#)Makefile 8.2 (Berkeley) 4/19/94 @@ -26,9 +26,9 @@ STRFILE!=cd $(.CURDIR)/../strfile; \ all: ${BLDS} install: ${SRCS} ${BLDS} - (cd ${.CURDIR} && install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ + (cd ${.CURDIR} && ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${SRCS} ${DESTDIR}/usr/share/games/fortune) - install -c -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: |