diff options
Diffstat (limited to 'games/fortune')
-rw-r--r-- | games/fortune/datfiles/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index aba0e86..e0b1478 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -36,10 +36,10 @@ CLEANFILES+=${BLDS} all: ${FILES} ${BLDS} install: - (cd ${.CURDIR} && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${FILES} ${DESTDIR}/usr/share/games/fortune) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \ - ${DESTDIR}/usr/share/games/fortune + (cd ${.CURDIR} && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \ + -m ${NOBINMODE} ${FILES} ${DESTDIR}${SHAREDIR}/games/fortune) + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${BLDS} \ + ${DESTDIR}${SHAREDIR}/games/fortune fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat: ${STRFILE} -rs ${.CURDIR}/${.TARGET:R} ${.TARGET} |