freebsd-ports/graphics/plotmtv/files/patch-ac
FUJISHIMA Satsuki aafdbdc7f2 Correct manpage handling with XFree86-4.
honor CFLAGS.
supress <malloc.h> warnings.
split patch-aa into patch-a[acd].

PR:		23445
Submited by:	myself
Approved by:	maintainer
2000-12-30 18:43:12 +00:00

8 lines
280 B
Text

--- Plot/Imakefile.orig Sat Jul 15 04:23:15 1995
+++ Plot/Imakefile Wed Nov 1 07:37:12 2000
@@ -31,4 +31,4 @@
install.local:: all $(PROGRAM)
$(INSTALL) -c $(INSTPGMFLAGS) $(PROGNAME) $(LOCALBINDIR)
-ComplexProgramTarget($(PROGNAME))
+ComplexProgramTargetNoMan($(PROGNAME))