$NetBSD: patch-Makefile.in,v 1.2 2022/03/12 07:33:22 kim Exp $ Move EXAMPLES_DIR to fit pkgsrc. --- Makefile.in.orig 2022-02-20 12:11:09.000000000 +0000 +++ Makefile.in 2022-03-12 06:35:56.019772087 +0000 @@ -877,7 +877,7 @@ # # Install the tests program sources as examples # -EXAMPLES_DIR = $(docdir)/examples +EXAMPLES_DIR = $(datadir)/examples/libxml2 # # Coverage support, largely borrowed from libvirt