summaryrefslogtreecommitdiff
path: root/textproc/libxml2/patches/patch-Makefile.in
blob: 3c301cd7446bcef929f05b58e4dd385ab785b73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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