diff options
author | ru <ru@FreeBSD.org> | 2001-06-13 15:26:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-06-13 15:26:31 +0000 |
commit | 8766a6714bbf88d56da78f83f9f58ecf330bf5a5 (patch) | |
tree | 34083b027a2731d61344619c34a25300293ec8a7 /games/fortune/datfiles/Makefile | |
parent | 3f6f32f534fad516fc45a07ea46537dd6cfcb8d6 (diff) | |
download | FreeBSD-src-8766a6714bbf88d56da78f83f9f58ecf330bf5a5.zip FreeBSD-src-8766a6714bbf88d56da78f83f9f58ecf330bf5a5.tar.gz |
Games ownership cleanup.
Urged by: bde
Diffstat (limited to 'games/fortune/datfiles/Makefile')
-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 20a800d..17c8cd5 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -26,10 +26,10 @@ CLEANFILES+=${BLDS} all: ${BLDS} beforeinstall: - (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 + (cd ${.CURDIR} && ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} \ + -m ${SHAREMODE} ${FILES} ${DESTDIR}${SHAREDIR}/games/fortune) + ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ + ${BLDS} ${DESTDIR}${SHAREDIR}/games/fortune .for f in fortunes fortunes2 fortunes2-o limerick murphy murphy-o startrek zippy $f.dat: $f |