summaryrefslogtreecommitdiff
path: root/games/xchomp
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-09 19:35:50 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-09 19:35:50 +0000
commitc77ca347618fce5a1b4fcc23ac9a477ad9aeaa67 (patch)
tree4e75f0440e9cf2e423f7ccbd46d8b1611d970d0b /games/xchomp
parentfix X manpage error with XFree86-4 (diff)
fix X manpage error with XFree86-4
PR: 23427
Notes
Notes: svn path=/head/; revision=37032
Diffstat (limited to 'games/xchomp')
-rw-r--r--games/xchomp/Makefile1
-rw-r--r--games/xchomp/files/patch-aa36
2 files changed, 17 insertions, 20 deletions
diff --git a/games/xchomp/Makefile b/games/xchomp/Makefile
index 3c7d5920fe4c..91b309abe0c3 100644
--- a/games/xchomp/Makefile
+++ b/games/xchomp/Makefile
@@ -15,6 +15,5 @@ MAINTAINER= swallace@FreeBSD.org
WRKSRC= ${WRKDIR}/xchomp
USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
diff --git a/games/xchomp/files/patch-aa b/games/xchomp/files/patch-aa
index 939478cf6d5a..97fc97835a1b 100644
--- a/games/xchomp/files/patch-aa
+++ b/games/xchomp/files/patch-aa
@@ -1,19 +1,17 @@
-*** Imakefile.orig Mon Apr 23 05:50:51 1990
---- Imakefile Wed Jan 4 00:23:19 1995
-***************
-*** 2,8 ****
- #include BandAidCompiler
- #endif
-
-! DEFINES = -DX11
- INCLUDES = -I$(TOP) -I$(TOP)/X11
- DEPLIBS = $(DEPXLIB)
- LOCAL_LIBRARIES = $(XLIB)
---- 2,8 ----
- #include BandAidCompiler
- #endif
-
-! DEFINES = -DX11 -DFRAME_DELAY=40000
- INCLUDES = -I$(TOP) -I$(TOP)/X11
- DEPLIBS = $(DEPXLIB)
- LOCAL_LIBRARIES = $(XLIB)
+--- Imakefile.orig Fri Mar 18 14:16:10 1994
++++ Imakefile Wed Nov 1 09:32:17 2000
+@@ -2,7 +2,7 @@
+ #include BandAidCompiler
+ #endif
+
+-DEFINES = -DX11
++DEFINES = -DX11 -DFRAME_DELAY=40000
+ INCLUDES = -I$(TOP) -I$(TOP)/X11
+ DEPLIBS = $(DEPXLIB)
+ LOCAL_LIBRARIES = $(XLIB)
+@@ -11,4 +11,4 @@
+ SRCS = contact.c demo.c drivers.c main.c maze.c props.c resources.c status.c
+ OBJS = contact.o demo.o drivers.o main.o maze.o props.o resources.o status.o
+
+-ComplexProgramTarget(xchomp)
++ComplexProgramTargetNoMan(xchomp)