summaryrefslogtreecommitdiff
path: root/games/boggle/Makefile
diff options
context:
space:
mode:
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>