diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-10 16:31:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-10 16:31:03 +0000 |
commit | 28bcd4d480a24c5af3cccb4710790437a6b06ed7 (patch) | |
tree | 6db315e592720cf2791fa32f935dd6bd54437b91 /games/boggle/Makefile | |
parent | 80d0df2cc201ee02470a65b7641a5a80c7ff1ec2 (diff) |
more POSIX chown; Leandro Costa
Diffstat (limited to 'games/boggle/Makefile')
-rw-r--r-- | games/boggle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/boggle/Makefile b/games/boggle/Makefile index a8d2277fdcd..f98c48be830 100644 --- a/games/boggle/Makefile +++ b/games/boggle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:35:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2003/04/10 16:31:02 millert Exp $ SUBDIR= boggle mkdict mkindex @@ -14,7 +14,7 @@ beforeinstall: rm -f ${DESTDIR}/usr/share/games/boggle/dictindex ${MKINDEX} < ${DESTDIR}/usr/share/games/boggle/dictionary > \ ${DESTDIR}/usr/share/games/boggle/dictindex - chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/share/games/boggle/dictionary + chown ${BINOWN}:${BINGRP} ${DESTDIR}/usr/share/games/boggle/dictionary chmod 444 ${DESTDIR}/usr/share/games/boggle/dictionary chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/share/games/boggle/dictindex chmod 444 ${DESTDIR}/usr/share/games/boggle/dictindex |