diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-02-09 02:52:41 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-02-09 02:52:41 +0000 |
| commit | c6234bb251b13907d0c3ce34b89663a8332781e2 (patch) | |
| tree | 3b562ae45dfdde27be8d0184a94adfb092c54d3a /games/fish | |
| parent | bd239153588ca9400d89aabbf91ea593c39c63ed (diff) | |
Notes
Diffstat (limited to 'games/fish')
| -rw-r--r-- | games/fish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fish/Makefile b/games/fish/Makefile index fa2e4195b784..4ca0add864a3 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> |
