--- sys/unix/Makefile.top.orig 2006-08-11 13:30:01.000000000 +0900
+++ sys/unix/Makefile.top 2006-08-11 13:35:41.000000000 +0900
+PREFIX = $(DESTDIR)__PREFIX__
# Permissions - some places use setgid instead of setuid, for instance
# See also the option "SECURE" in include/config.h
# GAMEDIR also appears in config.h as "HACKDIR".
# VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR
# therefore there should not be anything in GAMEDIR that you want to keep
# (if there is, you'll have to do the installation by hand or modify the
-GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir
+GAMEDIR = $(PREFIX)/share/$(GAME)dir
-SHELLDIR = $(PREFIX)/games
+SHELLDIR = $(PREFIX)/bin
# per discussion in Install.X11 and Install.Qt