summaryrefslogtreecommitdiffstats
path: root/games/fish/Makefile
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-02-09 02:52:41 +0000
committerwosch <wosch@FreeBSD.org>1997-02-09 02:52:41 +0000
commitfacc59a0573ce719647ddf52088ee8ee97a9a249 (patch)
tree3b562ae45dfdde27be8d0184a94adfb092c54d3a /games/fish/Makefile
parent4601e50d6c5ff5af9a484790ed1472a6bbc11de5 (diff)
downloadFreeBSD-src-facc59a0573ce719647ddf52088ee8ee97a9a249.zip
FreeBSD-src-facc59a0573ce719647ddf52088ee8ee97a9a249.tar.gz
444 -> ${NOBINMODE}
/usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
Diffstat (limited to 'games/fish/Makefile')
-rw-r--r--games/fish/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud