summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fish/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.prog.mk>