diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-18 19:48:20 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-18 19:48:20 +0000 |
commit | 67a500ff8d751f449bc116a820ac22dabc29809b (patch) | |
tree | ef351b73528730060c9836615c0330df158e008d /games/xmines/files/patch-ab | |
parent | 66d41fce4a384e5e53584ee040669d4537d75a3c (diff) | |
download | FreeBSD-ports-67a500ff8d751f449bc116a820ac22dabc29809b.zip FreeBSD-ports-67a500ff8d751f449bc116a820ac22dabc29809b.tar.gz |
Imp[ort of xmines.
Xmines is yet another minesweeper-type game for the X
window system.
PR: 13221
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xmines/files/patch-ab')
-rw-r--r-- | games/xmines/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xmines/files/patch-ab b/games/xmines/files/patch-ab new file mode 100644 index 0000000..6661c8c --- /dev/null +++ b/games/xmines/files/patch-ab @@ -0,0 +1,11 @@ +--- score.c Fri Dec 3 17:18:35 1993 ++++ /home/andy/tmp/wrk/score.c Wed Aug 18 13:21:33 1999 +@@ -6,7 +6,7 @@ + + + FILE *scoreFile; +-#define SCOREfILE "/usr/X386/lib/X11/games/xbomb-scores" ++#define SCOREfILE "/usr/X11R6/share/xmines/scores" + #define NUMsCORES 10 + #define NAMEsIZE 50 + #define SCOREfORMAT "%5d %s\n" |