summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
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>