summaryrefslogtreecommitdiff
path: root/games/xboing
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-07-16 06:33:09 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-07-16 06:33:09 +0000
commit97880230790286a23409111288f390adbc415e93 (patch)
tree45482ab9abbc7717c58273dfe677850a4cf9a751 /games/xboing
parentupgrade to the July 15th (19980715) snapshot (diff)
Correct the define of READMEP_FILE.
Notes
Notes: svn path=/head/; revision=11931
Diffstat (limited to 'games/xboing')
-rw-r--r--games/xboing/files/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xboing/files/patch-ac b/games/xboing/files/patch-ac
index 463d27168004..84992cda22fb 100644
--- a/games/xboing/files/patch-ac
+++ b/games/xboing/files/patch-ac
@@ -1,5 +1,5 @@
--- Imakefile.orig Fri Nov 22 09:28:46 1996
-+++ Imakefile Thu Nov 20 03:28:47 1997
++++ Imakefile Thu Jul 16 11:08:58 1998
@@ -24,23 +24,23 @@
XCOMM This is the directory where the highscore, level & sound data will be
XCOMM placed. Default will be the current directory.
@@ -36,7 +36,7 @@
-DSOUNDS_DIR=\"$(SOUNDS_DIR)\" \
- -DREADMEP_FILE=\"$(XBOING_DIR)/docs/problems.doc\"
-XCOMM -DUSE_FLOCK=\"True\" \
-+ -DREADMEP_FILE=\"$(XBOING_DIR)/docs/problems.doc\" \
++ -DREADMEP_FILE=\"$(XBOING_DIR)/problems.doc\" \
+ -DUSE_FLOCK=\"True\"
XCOMM -DNEED_USLEEP=\"True\" \
XCOMM -DNO_LOCKING=\"True\"