From b42cacb41456c82baf51250a431137fd17e4f137 Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 15 Dec 1994 08:12:59 +0000 Subject: Use ${DESTDIR} when installing fish.instr (PR #641). --- fish/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fish') diff --git a/fish/Makefile b/fish/Makefile index 6c6fc403..38cf15cd 100644 --- a/fish/Makefile +++ b/fish/Makefile @@ -1,11 +1,12 @@ # from: @(#)Makefile 5.5 (Berkeley) 1/18/91 -# $Id: Makefile,v 1.2 1993/08/01 05:45:31 mycroft Exp $ +# $Id: Makefile,v 1.3 1994/12/15 08:12:59 jtc Exp $ PROG= fish MAN6= fish.0 HIDEGAME=hidegame beforeinstall: - install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games + install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr \ + ${DESTDIR}/usr/share/games .include -- cgit v1.2.3-56-ge451