blob: 91ac829782feed07697118f63f23e1dd8577b105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aa,v 1.6 2005/01/18 12:15:46 drochner Exp $
--- Makefile.in.orig 2004-12-29 20:45:34.000000000 +0100
+++ Makefile.in
@@ -209,7 +209,7 @@ EXTRA_DIST = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fontconfig.pc
-configdir = $(CONFDIR)
+configdir = $(prefix)/share/examples/fontconfig
config_DATA = fonts.dtd
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -700,7 +700,6 @@ install-data-local:
echo " $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf"; \
$(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf; \
fi; fi; fi
- if [ x$(DESTDIR) = x ]; then fc-cache/fc-cache -f -v; fi
uninstall-local:
if [ -f $(srcdir)/fonts.conf ]; then \
|