From b1e6e54a6740fd155893993ddf97c1a69f011d27 Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 12 Jan 1995 19:06:53 +0000 Subject: Use ${BINOWN} and ${BINGRP}. --- fish/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fish') diff --git a/fish/Makefile b/fish/Makefile index 798c031e..c798831f 100644 --- a/fish/Makefile +++ b/fish/Makefile @@ -1,12 +1,12 @@ # from: @(#)Makefile 5.5 (Berkeley) 1/18/91 -# $Id: Makefile,v 1.4 1994/12/22 09:34:07 cgd Exp $ +# $Id: Makefile,v 1.5 1995/01/12 19:06:53 jtc Exp $ PROG= fish MAN= fish.6 HIDEGAME=hidegame beforeinstall: - install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr \ + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \ ${DESTDIR}/usr/share/games .include -- cgit v1.2.3-56-ge451