diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-10 22:42:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-10 22:42:30 +0000 |
commit | d804a0042face7ca00f5d16379feef53bf089084 (patch) | |
tree | 15ffdeef5d8dc76ba67eaa82a931f7b22e024305 /games/boggle/Makefile | |
parent | b296e783cae122b728eacdbc12edf907a1b80e34 (diff) |
more POSIX chown
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 f98c48be830..41f51b5cc24 100644 --- a/games/boggle/Makefile +++ b/games/boggle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/04/10 16:31:02 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2003/04/10 22:42:29 millert Exp $ SUBDIR= boggle mkdict mkindex @@ -16,7 +16,7 @@ beforeinstall: ${DESTDIR}/usr/share/games/boggle/dictindex 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 + chown ${BINOWN}:${BINGRP} ${DESTDIR}/usr/share/games/boggle/dictindex chmod 444 ${DESTDIR}/usr/share/games/boggle/dictindex .include <bsd.subdir.mk> |