pkgsrc/graphics/graphviz/patches/patch-av
seb 9f32d0ee3b Update to graphviz version 2.2
This should take care of PR pkg/28596.

Changes since last packaged version (2.0)
January 19 2005
        - release 2.2
        - fix bugs: 86, 345, 517, 579, 580, 597, 600, 601, 604
        - use the original cpl1.0.txt as the license master, instead of CPL.html
        - fix for bug generating in memory bitmaps that was affecting webdot
        - fixes for windows builds
        - documenttion updates
2005-03-19 09:13:57 +00:00

17 lines
534 B
Text

$NetBSD: patch-av,v 1.5 2005/03/19 09:13:57 seb Exp $
--- doc/Makefile.am.orig 2005-01-19 03:09:20.000000000 +0000
+++ doc/Makefile.am
@@ -7,9 +7,9 @@ pdf = dotguide.pdf dottyguide.pdf leftyg
html = build.html FAQ.html index.html
txt = Dot.ref latex_suggestions.txt
-pdfdir = $(pkgdatadir)/doc/pdf
-htmldir = $(pkgdatadir)/doc/html
-txtdir = $(pkgdatadir)/doc
+pdfdir = $(prefix)/share/doc/graphviz/pdf
+htmldir = $(prefix)/share/doc/html/graphviz
+txtdir = $(prefix)/share/doc/graphviz
pdf_DATA = $(pdf)
html_DATA = $(html)