summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1994-12-15 08:12:59 +0000
committerjtc <jtc@NetBSD.org>1994-12-15 08:12:59 +0000
commitb42cacb41456c82baf51250a431137fd17e4f137 (patch)
tree9da4ff0f52bba380876e5d80a626224e162778bf /fish
parent75bd630225e694ea48e3ba6fd1be67a01377ab4f (diff)
downloadbsdgames-darwin-b42cacb41456c82baf51250a431137fd17e4f137.tar.gz
bsdgames-darwin-b42cacb41456c82baf51250a431137fd17e4f137.tar.zst
bsdgames-darwin-b42cacb41456c82baf51250a431137fd17e4f137.zip
Use ${DESTDIR} when installing fish.instr (PR #641).
Diffstat (limited to 'fish')
-rw-r--r--fish/Makefile5
1 files changed, 3 insertions, 2 deletions
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 <bsd.prog.mk>