summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-aw
blob: 74c0f2bd17884e3e65ae05240c0d115baa5f000c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$NetBSD: patch-aw,v 1.7 2004/11/29 22:11:51 seb Exp $

--- doc/Makefile.in.orig	2004-09-14 22:13:00.000000000 +0000
+++ doc/Makefile.in
@@ -169,7 +169,6 @@ SOCKET_LIBS = @SOCKET_LIBS@
 SORT = @SORT@
 STRIP = @STRIP@
 TCLINT_INCLUDES = @TCLINT_INCLUDES@
-TCLSH = @TCLSH@
 TCL_CFLAGS = @TCL_CFLAGS@
 TCL_DEFS = @TCL_DEFS@
 TCL_INCLUDES = @TCL_INCLUDES@
@@ -195,7 +194,6 @@ TK_VERSION = @TK_VERSION@
 TK_XINCLUDES = @TK_XINCLUDES@
 TOP_DIR = @TOP_DIR@
 VERSION = @VERSION@
-WISH = @WISH@
 WITH_MYLIBGD_FALSE = @WITH_MYLIBGD_FALSE@
 WITH_MYLIBGD_TRUE = @WITH_MYLIBGD_TRUE@
 WITH_TCL_FALSE = @WITH_TCL_FALSE@
@@ -268,9 +266,9 @@ SUBDIRS = info
 pdf = dotguide.pdf dottyguide.pdf leftyguide.pdf neatoguide.pdf
 html = build.html FAQ.html binlicense.htm
 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)
 txt_DATA = $(txt)