aboutsummaryrefslogtreecommitdiffstats
path: root/games/xinfocom
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-01-10 03:36:11 +0800
committersf <sf@FreeBSD.org>2001-01-10 03:36:11 +0800
commit2264462a1139677dc2d6b741fe13b68f165f50c7 (patch)
tree534f0fc6892422d18ef3079e91e834dde1978a78 /games/xinfocom
parent4791fc2e959cf56ee22ca42f4ba7396bb055e6b5 (diff)
downloadfreebsd-ports-gnome-2264462a1139677dc2d6b741fe13b68f165f50c7.tar.gz
freebsd-ports-gnome-2264462a1139677dc2d6b741fe13b68f165f50c7.tar.zst
freebsd-ports-gnome-2264462a1139677dc2d6b741fe13b68f165f50c7.zip
fix X manpage error with XFree86-4
PR: 23429
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)