summaryrefslogtreecommitdiff
path: root/fonts/fontconfig/patches/patch-ac
blob: 111ffba5511bacc68505c4a2bbe0863f7ed3d957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ac,v 1.11 2012/07/31 18:12:28 drochner Exp $

--- conf.d/Makefile.in.orig	2012-07-27 02:24:50.000000000 +0000
+++ conf.d/Makefile.in
@@ -218,7 +218,7 @@ build_cpu = @build_cpu@
 build_os = @build_os@
 build_vendor = @build_vendor@
 builddir = @builddir@
-configdir = $(CONFIGDIR)
+configdir = $(prefix)/share/examples/fontconfig/conf.d
 datadir = @datadir@
 datarootdir = @datarootdir@
 docdir = @docdir@
@@ -541,6 +541,7 @@ uninstall-am: uninstall-configDATA unins
 
 
 install-data-hook:
+xinstall-data-hook:
 	mkdir -p $(DESTDIR)$(configdir)
 	@(echo cd $(DESTDIR)$(configdir);			\
 	  cd $(DESTDIR)$(configdir);				\