aboutsummaryrefslogtreecommitdiff
path: root/games/sokoban/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/sokoban/files/patch-ab')
-rw-r--r--games/sokoban/files/patch-ab30
1 files changed, 0 insertions, 30 deletions
diff --git a/games/sokoban/files/patch-ab b/games/sokoban/files/patch-ab
deleted file mode 100644
index 95e56f7e3de5..000000000000
--- a/games/sokoban/files/patch-ab
+++ /dev/null
@@ -1,30 +0,0 @@
-*** sokoban.h Fri May 15 05:15:26 1992
---- /home/andy/tmp/wrk/sokoban.h Tue Apr 29 19:02:00 1997
-***************
-*** 1,6 ****
---- 1,14 ----
- /***********************************************************************
- You may wish to alter the following directory paths
- ***********************************************************************/
-+
-+ #ifdef PREFIX
-+ #define SCREENPATH PREFIX "/share/sokoban/screens"
-+ #define SAVEPATH PREFIX "/share/sokoban"
-+ #define LOCKFILE "/tmp/sok.tmp"
-+ #define SCOREFILE "/var/games/sokoban"
-+ #else
-+
- /**/
- /* SCREENPATH: the name of the directioy where the screen file are held */
- /**/
-***************
-*** 23,28 ****
---- 31,38 ----
- /* SCOREFILE: the full pathname of the score file */
- /**/
- #define SCOREFILE "/usr/games/sokob/highscore"
-+
-+ #endif
-
- /**/
- /* MAXUSERNAME: defines the maximum length of a system's user name */