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/fish | |
parent | 5b2752f6d3978dce11bb6695fcb155bab4ee0b37 (diff) |
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'games/fish')
-rw-r--r-- | games/fish/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/fish/Makefile b/games/fish/Makefile index 61ab5d168f7..569154073b2 100644 --- a/games/fish/Makefile +++ b/games/fish/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/12/08 15:36:14 downsj Exp $ # $NetBSD: Makefile,v 1.6 1995/03/23 08:28:14 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 @@ -6,7 +7,7 @@ MAN= fish.6 HIDEGAME=hidegame beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \ - ${DESTDIR}/usr/share/games/fish.instr + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${.CURDIR}/fish.instr ${DESTDIR}/usr/share/games/fish.instr .include <bsd.prog.mk> |