summaryrefslogtreecommitdiffstats
path: root/fish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fish/Makefile')
-rw-r--r--fish/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fish/Makefile b/fish/Makefile
index c798831f..61ab5d16 100644
--- a/fish/Makefile
+++ b/fish/Makefile
@@ -1,5 +1,5 @@
-# from: @(#)Makefile 5.5 (Berkeley) 1/18/91
-# $Id: Makefile,v 1.5 1995/01/12 19:06:53 jtc Exp $
+# $NetBSD: Makefile,v 1.6 1995/03/23 08:28:14 cgd Exp $
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= fish
MAN= fish.6
@@ -7,6 +7,6 @@ HIDEGAME=hidegame
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
- ${DESTDIR}/usr/share/games
+ ${DESTDIR}/usr/share/games/fish.instr
.include <bsd.prog.mk>