summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-bv
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/patches/patch-bv')
-rw-r--r--graphics/graphviz/patches/patch-bv32
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/graphviz/patches/patch-bv b/graphics/graphviz/patches/patch-bv
deleted file mode 100644
index a22a818db0e..00000000000
--- a/graphics/graphviz/patches/patch-bv
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-bv,v 1.2 2004/12/24 18:26:57 seb Exp $
-
---- tools/src/Makefile.am.orig 2004-11-19 13:39:56.000000000 +0000
-+++ tools/src/Makefile.am
-@@ -11,7 +11,6 @@ AM_CPPFLAGS = \
- -I$(top_srcdir)/dotneato/gvrender \
- -I$(top_srcdir)/dotneato/common @EXPAT_INCLUDES@
-
--pdfdir = $(pkgdatadir)/doc/pdf
-
- noinst_HEADERS = ingraphs.h colortbl.h convert.h
- noinst_LTLIBRARIES = libingraphs.la
-@@ -19,19 +18,15 @@ bin_PROGRAMS = gc gvcolor gxl2dot acycli
- unflatten gvpack dijkstra bcomps
- man_MANS = gc.1 gvcolor.1 gxl2dot.1 acyclic.1 nop.1 ccomps.1 sccmap.1 \
- tred.1 unflatten.1 gvpack.1 dijkstra.1 bcomps.1
--pdf_DATA = gc.pdf gvcolor.pdf gxl2dot.pdf acyclic.pdf nop.pdf ccomps.pdf \
-- sccmap.pdf tred.pdf unflatten.pdf gvpack.pdf dijkstra.pdf bcomps.pdf
-
- install-data-hook:
- (cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1; $(LN_S) gxl2dot.1 dot2gxl.1;)
-- (cd $(DESTDIR)$(pdfdir); rm -f dot2gxl.pdf; $(LN_S) gxl2dot.pdf dot2gxl.pdf;)
-
- install-exec-hook:
- (cd $(DESTDIR)$(bindir); rm -f dot2gxl; $(LN_S) gxl2dot dot2gxl;)
-
- uninstall-hook:
- (cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1;)
-- (cd $(DESTDIR)$(pdfdir); rm -f dot2gxl.pdf;)
- (cd $(DESTDIR)$(bindir); rm -f dot2gxl;)
-
- libingraphs_la_SOURCES = ingraphs.c ingraphs.h