freebsd-ports/x11/xfishtank/files/patch-ab
FUJISHIMA Satsuki ea6fb038dd use ComplexProgramTarget NoMan to avoid making html manpage with XFree86-4.
PR:		23471
Submitted by:	myself
Approved by:	maintainer
2000-12-30 18:45:24 +00:00

18 lines
460 B
Plaintext

--- Imakefile.orig Wed Dec 16 09:04:35 1992
+++ Imakefile Wed Nov 1 09:40:40 2000
@@ -2,12 +2,12 @@
LOCAL_LIBRARIES = $(XLIB)
DEPLIBS = $(DEPXLIB)
SYS_LIBRARIES = -lm
- CDEBUGFLAGS = -g
+XCOMM CDEBUGFLAGS = -g
SRCS = xfish.c medcut.c read.c gifread.c
OBJS = xfish.o medcut.o read.o gifread.o
-ComplexProgramTarget(xfishtank)
+ComplexProgramTargetNoMan(xfishtank)
xfishy.h: makeh FishList
./makeh > xfishy.h