-beforeinstall:
- rm -f ${DESTDIR}/usr/share/games/boggle/dictionary
- ${MKDICT} < ${DESTDIR}/usr/share/dict/words > \
- ${DESTDIR}/usr/share/games/boggle/dictionary
- 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
- 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