aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-01-10 03:36:17 +0800
committersf <sf@FreeBSD.org>2001-01-10 03:36:17 +0800
commitc8d25d73ec11017b33477695e8ffa23883e6915c (patch)
tree197d189433f90b55f64d02c1ee2c555c71633aa1
parent2264462a1139677dc2d6b741fe13b68f165f50c7 (diff)
downloadfreebsd-ports-gnome-c8d25d73ec11017b33477695e8ffa23883e6915c.tar.gz
freebsd-ports-gnome-c8d25d73ec11017b33477695e8ffa23883e6915c.tar.zst
freebsd-ports-gnome-c8d25d73ec11017b33477695e8ffa23883e6915c.zip
fix X manpage error with XFree86-4
PR: 23431
-rw-r--r--games/xmj/Makefile1
-rw-r--r--games/xmj/files/patch-aa8
2 files changed, 8 insertions, 1 deletions
diff --git a/games/xmj/Makefile b/games/xmj/Makefile
index 5bc0b447ab2b..fa01aab12201 100644
--- a/games/xmj/Makefile
+++ b/games/xmj/Makefile
@@ -14,6 +14,5 @@ DISTNAME= ${PORTNAME}
MAINTAINER= swallace@FreeBSD.org
USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
diff --git a/games/xmj/files/patch-aa b/games/xmj/files/patch-aa
new file mode 100644
index 000000000000..f9d521c7334c
--- /dev/null
+++ b/games/xmj/files/patch-aa
@@ -0,0 +1,8 @@
+--- Imakefile.orig Fri May 5 23:46:04 1989
++++ Imakefile Wed Nov 1 10:31:43 2000
+@@ -4,4 +4,4 @@
+ OBJS = bicons.o cicons.o cicons1.o cicons2.o cicons3.o cicons4.o \
+ cicons5.o event.o icons.o mj.o nicons.o
+
+-ComplexProgramTarget(xmj)
++ComplexProgramTargetNoMan(xmj)