$OpenBSD: patch-Makefile,v 1.3 2003/08/09 04:36:42 jolan Exp $
--- Makefile.orig	Mon Aug 12 18:52:36 2002
+++ Makefile	Thu Apr 10 05:44:04 2003
@@ -9,22 +9,22 @@
 
 # specify command name of your favorite ANSI C compiler
 # (this must be set to "cc" for some systems)
-CC = gcc
+#CC = gcc
 
 # specify command name of GNU make on your system
 # (this must be set to "gmake" for some systems)
-MAKE = make
+#MAKE = make
 
 # specify path to X11 on your system
-X11_PATH = /usr/X11R6
+X11_PATH = ${X11BASE}
 
 # specify directory for read-only game data (like graphics, sounds, levels)
 # default is '.', so you can play without installing game data somewhere
-# RO_GAME_DIR = /usr/games
+RO_GAME_DIR = ${PREFIX}/share/rocksndiamonds
 
 # specify directory for writable game data (like highscore files)
 # default is '.', so you can play without installing game data somewhere
-# RW_GAME_DIR = /var/games
+RW_GAME_DIR = /var/games/rocksndiamonds
 
 # uncomment this if your system has no joystick include file
 # JOYSTICK = -DNO_JOYSTICK
