$OpenBSD: patch-Makefile,v 1.4 2004/01/25 20:30:36 biorn Exp $
--- Makefile.orig	2003-12-14 02:32:09.000000000 +0100
+++ Makefile	2004-01-20 18:21:19.000000000 +0100
@@ -10,22 +10,22 @@
 
 # command name of your favorite ANSI C compiler
 # (this must be set to "cc" for some systems)
-CC = gcc
+#CC = gcc
 
 # command name of GNU make on your system
 # (this must be set to "gmake" for some systems)
-MAKE = make
+#MAKE = make
 
 # path to X11 on your system
-X11_PATH = /usr/X11R6
+X11_PATH = ${X11BASE}
 
 # directory for read-only game data (like graphics, sounds, levels)
 # default is '.' to be able to run program without installation
-# RO_GAME_DIR = /usr/games
+RO_GAME_DIR = ${PREFIX}/share/rocksndiamonds
 
 # directory for writable game data (like highscore files)
 # default is '.' to be able to run program without installation
-# RW_GAME_DIR = /var/games
+RW_GAME_DIR = /var/games/rocksndiamonds
 
 # uncomment if system has no joystick include file
 # JOYSTICK = -DNO_JOYSTICK
