diff options
Diffstat (limited to 'games/atc/Makefile')
-rw-r--r-- | games/atc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index 5f9e7fe..51ba9ee 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -12,7 +12,7 @@ GAMES= Game_List Killer crossover default easy game_2 HIDEGAME=hidegame beforeinstall: - (cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${GAMES} ${DESTDIR}${SHAREDIR}/games/atc) + (cd ${.CURDIR}/games; ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} \ + -m ${SHAREMODE} ${GAMES} ${DESTDIR}${SHAREDIR}/games/atc) .include <bsd.prog.mk> |