diff options
Diffstat (limited to 'games/larn/Makefile')
-rw-r--r-- | games/larn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/larn/Makefile b/games/larn/Makefile index c67d3a6..c2c7668 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -63,8 +63,8 @@ LDADD= -ltermcap -lcompat HIDEGAME=hidegame beforeinstall: - (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \ - -m ${NOBINMODE} larnmaze larnopts larn.help \ + (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} \ + -m ${SHAREMODE} larnmaze larnopts larn.help \ ${DESTDIR}${SHAREDIR}/games/larn) .if !exists(${DESTDIR}/var/games/larn/lscore12.0) ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ |