summaryrefslogtreecommitdiff
path: root/games/sokoban/files
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2002-06-05 09:59:57 +0000
committerMark Pulford <markp@FreeBSD.org>2002-06-05 09:59:57 +0000
commite56553d416ef479503e1d556a7670775cfc1bbbc (patch)
tree21c689d83062182b5dae7bd83665510dc60183ee /games/sokoban/files
parentUpdate to the latest, 0.21. This version contains many changes, (diff)
Improved high score handling
Prompted by PR: 37338
Notes
Notes: svn path=/head/; revision=60641
Diffstat (limited to 'games/sokoban/files')
-rw-r--r--games/sokoban/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/sokoban/files/patch-ab b/games/sokoban/files/patch-ab
index ffdb5d958529..95e56f7e3de5 100644
--- a/games/sokoban/files/patch-ab
+++ b/games/sokoban/files/patch-ab
@@ -11,7 +11,7 @@
+ #define SCREENPATH PREFIX "/share/sokoban/screens"
+ #define SAVEPATH PREFIX "/share/sokoban"
+ #define LOCKFILE "/tmp/sok.tmp"
-+ #define SCOREFILE PREFIX "/share/sokoban/highscore"
++ #define SCOREFILE "/var/games/sokoban"
+ #else
+
/**/