summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-01-12 19:06:53 +0000
committerjtc <jtc@NetBSD.org>1995-01-12 19:06:53 +0000
commitb1e6e54a6740fd155893993ddf97c1a69f011d27 (patch)
tree799238675e57718a3f98865018459cd83ba03da3 /fish
parentaab3c42e7aa26f5542fcba258c498a03c0224e98 (diff)
downloadbsdgames-darwin-b1e6e54a6740fd155893993ddf97c1a69f011d27.tar.gz
bsdgames-darwin-b1e6e54a6740fd155893993ddf97c1a69f011d27.tar.zst
bsdgames-darwin-b1e6e54a6740fd155893993ddf97c1a69f011d27.zip
Use ${BINOWN} and ${BINGRP}.
Diffstat (limited to 'fish')
-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>