diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 18:45:24 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 18:45:24 +0000 |
commit | ea6fb038dd681a223b09e0b72d4aece8a935292f (patch) | |
tree | 432f347f80206257661bb59287f6e785aa251406 /x11 | |
parent | Correct manpage handling with XFree86-4. (diff) |
use ComplexProgramTarget NoMan to avoid making html manpage with XFree86-4.
PR: 23471
Submitted by: myself
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=36471
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfishtank/Makefile | 1 | ||||
-rw-r--r-- | x11/xfishtank/files/patch-ab | 12 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile index cfa60ecdd4d0..631b7074d00d 100644 --- a/x11/xfishtank/Makefile +++ b/x11/xfishtank/Makefile @@ -14,7 +14,6 @@ MAINTAINER= jacs@gnome.co.uk USE_IMAKE= yes WRKSRC= ${WRKDIR}/xfishtank2.0 -NO_INSTALL_MANPAGES= yes post-patch: cd ${WRKDIR}/xfishtank2.0; make clean diff --git a/x11/xfishtank/files/patch-ab b/x11/xfishtank/files/patch-ab index 87ccd1e5b1e1..77e934fa36d6 100644 --- a/x11/xfishtank/files/patch-ab +++ b/x11/xfishtank/files/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 09:04:35 1992 ++++ Imakefile Wed Nov 1 09:40:40 2000 +@@ -2,12 +2,12 @@ LOCAL_LIBRARIES = $(XLIB) DEPLIBS = $(DEPXLIB) SYS_LIBRARIES = -lm @@ -9,3 +9,9 @@ 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 |