aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-12-20 23:38:15 +0800
committerkevlo <kevlo@FreeBSD.org>2000-12-20 23:38:15 +0800
commitdc8862e975fad680d36fc8e53c0cc3a692c42889 (patch)
tree2d8eb5f4ecaef3a767c7bebceb11eede53903616 /games
parentf57386d6bfe4901480820a151c8ab16d07e87e18 (diff)
downloadfreebsd-ports-gnome-dc8862e975fad680d36fc8e53c0cc3a692c42889.tar.gz
freebsd-ports-gnome-dc8862e975fad680d36fc8e53c0cc3a692c42889.tar.zst
freebsd-ports-gnome-dc8862e975fad680d36fc8e53c0cc3a692c42889.zip
Fix "X manpage" error with XFree86-4.
PR: 23691 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Approved by: MAINTAINER
Diffstat (limited to 'games')
-rw-r--r--games/xbloody/Makefile1
-rw-r--r--games/xbloody/files/patch-aa11
2 files changed, 11 insertions, 1 deletions
diff --git a/games/xbloody/Makefile b/games/xbloody/Makefile
index eb40de4ff632..418a182e2f05 100644
--- a/games/xbloody/Makefile
+++ b/games/xbloody/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= kazu@jp.freebsd.org
NO_WRKSUBDIR= yes
USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
post-install:
.if !defined(NOPORTDOCS)
diff --git a/games/xbloody/files/patch-aa b/games/xbloody/files/patch-aa
new file mode 100644
index 000000000000..b551501c784a
--- /dev/null
+++ b/games/xbloody/files/patch-aa
@@ -0,0 +1,11 @@
+--- Imakefile.orig Mon Oct 31 20:34:58 1994
++++ Imakefile Wed Nov 1 09:30:59 2000
+@@ -8,7 +8,7 @@
+ SRCS = xbloody.c
+ OBJS = xbloody.o
+
+-ComplexProgramTarget(xbloody)
++ComplexProgramTargetNoMan(xbloody)
+
+ xbloody.tar.gz:
+ gtar zcvf - Imakefile README.sjis *.[hc] *.xbm > xbloody.tar.gz