aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-07-16 14:33:09 +0800
committervanilla <vanilla@FreeBSD.org>1998-07-16 14:33:09 +0800
commitc6df4ec8a4cc22243d54da47a8ec343ed63b2135 (patch)
treed6cff8fe48fd706f0915d15390e86e801a413d85 /games
parent3faadc05bb9fdccdd28088dd36d7e66827796235 (diff)
downloadfreebsd-ports-gnome-c6df4ec8a4cc22243d54da47a8ec343ed63b2135.tar.gz
freebsd-ports-gnome-c6df4ec8a4cc22243d54da47a8ec343ed63b2135.tar.zst
freebsd-ports-gnome-c6df4ec8a4cc22243d54da47a8ec343ed63b2135.zip
Correct the define of READMEP_FILE.
Diffstat (limited to 'games')
-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\"