From d699982161fcf04c378aee3bd4f787d410ff6ff1 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 18 Oct 1996 02:37:51 +0000 Subject: Use ${INSTALL}. --- fish/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fish/Makefile') diff --git a/fish/Makefile b/fish/Makefile index 61ab5d16..ad478edb 100644 --- a/fish/Makefile +++ b/fish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1995/03/23 08:28:14 cgd Exp $ +# $NetBSD: Makefile,v 1.7 1996/10/18 02:46:02 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= fish @@ -6,7 +6,7 @@ MAN= fish.6 HIDEGAME=hidegame beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \ ${DESTDIR}/usr/share/games/fish.instr .include -- cgit v1.2.3-56-ge451