summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/patches/patch-aa
blob: 2363bed676a0148c06d5451dc782fe1b2ede98ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-aa,v 1.3 2001/07/05 22:07:59 kristerw Exp $
--- Makefile.orig	Wed May  2 23:09:06 2001
+++ Makefile	Sun Jun 24 21:03:37 2001
@@ -12,15 +12,17 @@
 
 # specify path to X11 on your system
 # if undefined, use system defaults (works with Linux/gcc/libc5)
-X11_PATH = /usr/X11
+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
@@ -42,7 +44,6 @@
 
 .EXPORT_ALL_VARIABLES:
 
-MAKE = make
 
 SRC_DIR = src
 MAKE_CMD = $(MAKE) -C $(SRC_DIR)