From facc59a0573ce719647ddf52088ee8ee97a9a249 Mon Sep 17 00:00:00 2001 From: wosch Date: Sun, 9 Feb 1997 02:52:41 +0000 Subject: 444 -> ${NOBINMODE} /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} --- games/fish/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/fish/Makefile') diff --git a/games/fish/Makefile b/games/fish/Makefile index fa2e419..4ca0add 100644 --- a/games/fish/Makefile +++ b/games/fish/Makefile @@ -5,7 +5,7 @@ MAN6= fish.6 HIDEGAME=hidegame beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \ - ${DESTDIR}/usr/share/games/fish.instr + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ + ${.CURDIR}/fish.instr ${DESTDIR}${SHAREDIR}/games/fish.instr .include -- cgit v1.1