From da1dca62db6973f07379e7e4e0880200665c7637 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Sun, 6 Aug 2000 16:02:28 +0000 Subject: Stylize the Makefile, support PREFIX properly, and strip binary. PR: ports/20422 Submitted by: KATO Tsuguru (Ports Fury!) --- games/xmines/files/patch-ab | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'games/xmines/files/patch-ab') diff --git a/games/xmines/files/patch-ab b/games/xmines/files/patch-ab index 6661c8c59f6e..ac01cec8dd1e 100644 --- a/games/xmines/files/patch-ab +++ b/games/xmines/files/patch-ab @@ -1,11 +1,12 @@ ---- 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 @@ +--- score.c.orig Fri Dec 3 23:18:35 1993 ++++ score.c Sat Aug 5 07:48:43 2000 +@@ -6,7 +6,9 @@ FILE *scoreFile; --#define SCOREfILE "/usr/X386/lib/X11/games/xbomb-scores" -+#define SCOREfILE "/usr/X11R6/share/xmines/scores" ++#ifndef SCOREfILE + #define SCOREfILE "/usr/X386/lib/X11/games/xbomb-scores" ++#endif #define NUMsCORES 10 #define NAMEsIZE 50 #define SCOREfORMAT "%5d %s\n" -- cgit v1.2.3