summaryrefslogtreecommitdiff
path: root/games/boggle/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-04-10 22:42:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-04-10 22:42:30 +0000
commitd804a0042face7ca00f5d16379feef53bf089084 (patch)
tree15ffdeef5d8dc76ba67eaa82a931f7b22e024305 /games/boggle/Makefile
parentb296e783cae122b728eacdbc12edf907a1b80e34 (diff)
more POSIX chown
Diffstat (limited to 'games/boggle/Makefile')
-rw-r--r--games/boggle/Makefile4
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>