diff -Naur orig/monsterz-0.7.0/Makefile monsterz-0.7.0/Makefile
--- orig/monsterz-0.7.0/Makefile	2006-05-12 12:39:38.000000000 -0400
+++ monsterz-0.7.0/Makefile	2007-07-18 08:31:37.000000000 -0400
@@ -1,8 +1,8 @@
 
-prefix = /usr/local
-gamesdir = ${prefix}/games
+prefix = /usr
+gamesdir = ${prefix}/bin
 datadir = ${prefix}/share
-pkgdatadir = $(datadir)/games/monsterz
+pkgdatadir = $(datadir)/monsterz
 scoredir = /var/games
 scorefile = $(scoredir)/monsterz
 
diff -Naur orig/monsterz-0.7.0/monsterz.py monsterz-0.7.0/monsterz.py
--- orig/monsterz-0.7.0/monsterz.py	2006-05-12 12:39:38.000000000 -0400
+++ monsterz-0.7.0/monsterz.py	2007-07-18 08:33:58.000000000 -0400
@@ -7,7 +7,7 @@
 
  Copyright: (c) 2005, 2006 Sam Hocevar <sam@zoy.org>
    This program is free software; you can redistribute it and/or
-   modify it under the terms of the Do What The Fuck You Want To
+   modify it under the terms of the Do What The F#@k You Want To
    Public License, Version 2, as published by Sam Hocevar. See
    http://sam.zoy.org/projects/COPYING.WTFPL for more details.
 """
@@ -23,9 +23,7 @@
 VERSION = '0.7.0'
 COPYRIGHT = 'MONSTERZ - COPYRIGHT 2005, 2006 SAM HOCEVAR - MONSTERZ IS ' \
             'FREE SOFTWARE, YOU CAN REDISTRIBUTE IT AND/OR MODIFY IT ' \
-            'UNDER THE TERMS OF THE DO WHAT THE FUCK YOU WANT TO ' \
-            'PUBLIC LICENSE, VERSION 2 - '
-
+            'UNDER THE TERMS OF THE WTFPL VERSION 2 - '
 # Constants
 HAVE_AI = False # broken
 
@@ -1907,7 +1905,7 @@
     print '          (C) Mike Kershaw <dragorn@kismetwireless.net>'
 
     print 'This program is free software; you can redistribute it and/or modify it under'
-    print 'the terms of the Do What The Fuck You Want To Public License, Version 2, as'
+    print 'the terms of the Do What The F#@k You Want To Public License, Version 2, as'
     print 'published by Sam Hocevar. See http://sam.zoy.org/wtfpl/ for more details.'
     print 'The sound effects are released under their own licences: applause.wav and'
     print 'pop.wav are covered by the LGPL, the others are covered by the GPL.'
