summaryrefslogtreecommitdiff
path: root/x11/xfishtank
diff options
context:
space:
mode:
authoragc <agc>1997-10-27 12:30:44 +0000
committeragc <agc>1997-10-27 12:30:44 +0000
commitbebf2f15cb2279755b86a683317720122bbbf16b (patch)
tree58351ccddec72007b11f7e024b0bd0215cb34f87 /x11/xfishtank
parentd1d02fa7c9eff50b6ce1cdb676c0284587d6665b (diff)
downloadpkgsrc-bebf2f15cb2279755b86a683317720122bbbf16b.tar.gz
Modify the Imakefile so that there's no manual page hook created by
imake for formatting the manual page. Fixes PR pkg/4339 from Chris Demetriou (cgd@netbsd.org). (NetBSD's Imake .cf file is different to FreeBSD's, and so the package's Makefile NO_INSTALL_MANPAGES definition isn't sufficient at build time).
Diffstat (limited to 'x11/xfishtank')
-rw-r--r--x11/xfishtank/patches/patch-ab15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11/xfishtank/patches/patch-ab b/x11/xfishtank/patches/patch-ab
index 87ccd1e5b1e..55681999bd9 100644
--- a/x11/xfishtank/patches/patch-ab
+++ b/x11/xfishtank/patches/patch-ab
@@ -1,6 +1,6 @@
---- Imakefile.orig Wed Dec 16 01:04:35 1992
-+++ Imakefile Tue Jun 17 08:36:51 1997
-@@ -2,7 +2,7 @@
+--- Imakefile.orig Wed Dec 16 00:04:35 1992
++++ Imakefile Mon Oct 27 11:52:06 1997
+@@ -2,10 +2,16 @@
LOCAL_LIBRARIES = $(XLIB)
DEPLIBS = $(DEPXLIB)
SYS_LIBRARIES = -lm
@@ -9,3 +9,12 @@
SRCS = xfish.c medcut.c read.c gifread.c
OBJS = xfish.o medcut.o read.o gifread.o
++
++XCOMM agc - there's no man page in this piece of software,
++XCOMM so fool imake, by redefining the InstallManPageLong macro
++
++#undef InstallManPageLong
++#define InstallManPageLong(file,destdir,dest)
+
+ ComplexProgramTarget(xfishtank)
+