summaryrefslogtreecommitdiff
path: root/fonts/fontconfig/patches/patch-ac
blob: 2a0ca721b57f79880008367220f95fa10d4398ac (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.13 2013/10/17 07:27:33 wiz Exp $

--- conf.d/Makefile.in.orig	2013-10-11 04:28:47.000000000 +0000
+++ conf.d/Makefile.in
@@ -345,7 +345,7 @@ CONF_LINKS = \
 
 EXTRA_DIST = $(template_DATA) $(DOC_SOURCES)
 CLEANFILES = $(DOC_FILES)
-configdir = $(CONFIGDIR)
+configdir = $(prefix)/share/examples/fontconfig/conf.d
 config_DATA = $(DOC_FILES)
 templatedir = $(TEMPLATEDIR)
 template_DATA = \
@@ -628,6 +628,7 @@ README: $(srcdir)/README.in
 	sed "s|\@TEMPLATEDIR\@|$(templatedir)|" $< > $@
 
 install-data-hook:
+xinstall-data-hook:
 	mkdir -p $(DESTDIR)$(configdir)
 	@(echo cd $(DESTDIR)$(configdir);			\
 	  cd $(DESTDIR)$(configdir);				\