summaryrefslogtreecommitdiff
path: root/games/xinfocom
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-09 19:36:11 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-09 19:36:11 +0000
commit876dd421f6c391f0dc48ba2af496b3cb8e00e01b (patch)
tree8b3827c1fec8075a7bc4a3d9786aafff6170b036 /games/xinfocom
parentfix X manpage error with XFree86-4 (diff)
fix X manpage error with XFree86-4
PR: 23429
Notes
Notes: svn path=/head/; revision=37035
Diffstat (limited to 'games/xinfocom')
-rw-r--r--games/xinfocom/Makefile1
-rw-r--r--games/xinfocom/files/patch-aa8
2 files changed, 8 insertions, 1 deletions
diff --git a/games/xinfocom/Makefile b/games/xinfocom/Makefile
index 54379d47fd1e..8072e5d2bf6f 100644
--- a/games/xinfocom/Makefile
+++ b/games/xinfocom/Makefile
@@ -17,6 +17,5 @@ MAINTAINER= mph@freebsd.org
WRKSRC= ${WRKDIR}/xinfocom
USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
diff --git a/games/xinfocom/files/patch-aa b/games/xinfocom/files/patch-aa
new file mode 100644
index 000000000000..c97fc471a6df
--- /dev/null
+++ b/games/xinfocom/files/patch-aa
@@ -0,0 +1,8 @@
+--- Imakefile.orig Mon Sep 30 03:07:36 1996
++++ Imakefile Wed Nov 1 10:13:13 2000
+@@ -13,4 +13,4 @@
+ SRCS = addr.c alloc.c arith.c compare.c console.c dummy.c file.c globals.c head.c infocom.c init.c input.c interp.c jump.c mem.c message.c object.c pg_flat.c pc.c print.c prop.c random.c shared.c stack.c status.c stop.c support.c os_unix.c var.c window.c wio_unix.c
+ OBJS = addr.o alloc.o arith.o compare.o console.o dummy.o file.o globals.o head.o infocom.o init.o input.o interp.o jump.o mem.o message.o object.o pg_flat.o pc.o print.o prop.o random.o shared.o stack.o status.o stop.o support.o os_unix.o var.o window.o wio_unix.o
+
+-ComplexProgramTarget(xinfocom)
++ComplexProgramTargetNoMan(xinfocom)