aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-07-01 20:43:38 +0800
committertg <tg@FreeBSD.org>1997-07-01 20:43:38 +0800
commit13178c6385887481cd89a09a0d4d0c740c41b657 (patch)
treeb2a0958ad3ad215323b89891b6c8cb8b69e89446
parentc95b0caff608a5d49e9b03cce95a0d8ef25fd4be (diff)
downloadfreebsd-ports-gnome-13178c6385887481cd89a09a0d4d0c740c41b657.tar.gz
freebsd-ports-gnome-13178c6385887481cd89a09a0d4d0c740c41b657.tar.zst
freebsd-ports-gnome-13178c6385887481cd89a09a0d4d0c740c41b657.zip
Use unified diffs.
PR: 4001 update Submitted by: Yukihiro Nakai <nakai@elelab.nsc.co.jp>
-rw-r--r--games/xbat/files/patch-aa87
1 files changed, 34 insertions, 53 deletions
diff --git a/games/xbat/files/patch-aa b/games/xbat/files/patch-aa
index 0fe694574b13..6165e9fb1e00 100644
--- a/games/xbat/files/patch-aa
+++ b/games/xbat/files/patch-aa
@@ -1,53 +1,34 @@
-*** Imakefile.orig Mon Mar 17 12:32:22 1997
---- Imakefile Tue Jul 1 13:43:47 1997
-***************
-*** 1,24 ****
- # TOP10 DIR : directory for socre files
- #
-! SCORE_DIR = /usr/local/games/Xbat/Score
-
- # IMAGE DIR : directory for image files
-! IMAGE_DIR = /usr/local/games/Xbat/Image
-
- # MAP DIR : directory for map files
-! MAP_DIR = /usr/local/games/Xbat/Map
-
- # DOMO_DIR : directory for domogram movement files
-! DOMO_DIR = /usr/local/games/Xbat/Domo
-
- # UNION : Set 1 if you have Intel CPU or so.
- # If you don't know whether you have Intel CPU or not,
- # compile union_check.c and run.
-! UNION = 0
-! #UNION = 1
-
- #BIN DIR
-! BINDIR = /usr/local/bin
-
- #######################################################################
-
---- 1,24 ----
- # TOP10 DIR : directory for socre files
- #
-! SCORE_DIR = ${PREFIX}/lib/X11/Xbat/Score
-
- # IMAGE DIR : directory for image files
-! IMAGE_DIR = /usr/X11R6/lib/X11/Xbat/Image
-
- # MAP DIR : directory for map files
-! MAP_DIR = ${PREFIX}/lib/X11/Xbat/Map
-
- # DOMO_DIR : directory for domogram movement files
-! DOMO_DIR = ${PREFIX}/lib/X11/Xbat/Domo
-
- # UNION : Set 1 if you have Intel CPU or so.
- # If you don't know whether you have Intel CPU or not,
- # compile union_check.c and run.
-! #UNION = 0
-! UNION = 1
-
- #BIN DIR
-! BINDIR = ${PREFIX}/bin
-
- #######################################################################
-
+--- Imakefile.orig Mon Mar 17 12:32:22 1997
++++ Imakefile Tue Jul 1 18:37:39 1997
+@@ -1,24 +1,24 @@
+ # TOP10 DIR : directory for socre files
+ #
+-SCORE_DIR = /usr/local/games/Xbat/Score
++SCORE_DIR = ${PREFIX}/lib/X11/Xbat/Score
+
+ # IMAGE DIR : directory for image files
+-IMAGE_DIR = /usr/local/games/Xbat/Image
++IMAGE_DIR = ${PREFIX}/lib/X11/Xbat/Image
+
+ # MAP DIR : directory for map files
+-MAP_DIR = /usr/local/games/Xbat/Map
++MAP_DIR = ${PREFIX}/lib/X11/Xbat/Map
+
+ # DOMO_DIR : directory for domogram movement files
+-DOMO_DIR = /usr/local/games/Xbat/Domo
++DOMO_DIR = ${PREFIX}/lib/X11/Xbat/Domo
+
+ # UNION : Set 1 if you have Intel CPU or so.
+ # If you don't know whether you have Intel CPU or not,
+ # compile union_check.c and run.
+-UNION = 0
+-#UNION = 1
++#UNION = 0
++UNION = 1
+
+ #BIN DIR
+-BINDIR = /usr/local/bin
++BINDIR = ${PREFIX}/bin
+
+ #######################################################################
+