diff options
Diffstat (limited to 'graphics/graphviz/patches/patch-av')
-rw-r--r-- | graphics/graphviz/patches/patch-av | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/graphviz/patches/patch-av b/graphics/graphviz/patches/patch-av new file mode 100644 index 00000000000..e250c0757ed --- /dev/null +++ b/graphics/graphviz/patches/patch-av @@ -0,0 +1,13 @@ +$NetBSD: patch-av,v 1.1.1.1 2002/03/05 13:37:29 seb Exp $ + +--- tclpathplan/demo/Makefile.am.orig Thu Nov 2 20:10:05 2000 ++++ tclpathplan/demo/Makefile.am +@@ -4,7 +4,7 @@ + + SUBDIRS = pathplan_data + +-demodir = $(libdir)/@PACKAGE@/demo ++demodir = $(prefix)/share/examples/@PACKAGE@ + demo_SCRIPTS = pathplan + demo_DATA = pathplan.README + |