summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2021-11-20 10:55:14 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2021-11-20 10:55:14 +0000
commit27cdec51085da96888a879f54b8071999aa5ca71 (patch)
tree15a8f6ad9d5a9cda5fc2a8a24c8e38f9f340ee66
parent4d7fdf7a5ffc9fe49d276f344f4ae10921db82b2 (diff)
Fix typo which led to a non-existent config file.
Noticed by tim@.
-rw-r--r--lib/fontconfig/conf.d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fontconfig/conf.d/Makefile b/lib/fontconfig/conf.d/Makefile
index 5d63ea0bf..2f0205c05 100644
--- a/lib/fontconfig/conf.d/Makefile
+++ b/lib/fontconfig/conf.d/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2021/11/14 21:46:38 robert Exp $
+# $OpenBSD: Makefile,v 1.14 2021/11/20 10:55:13 matthieu Exp $
FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig
CONFIGDIR = /etc/fonts/conf.d
@@ -11,7 +11,7 @@ DOC_FILES= \
CONF_LINKS = \
10-hinting-slight.conf \
10-scale-bitmap-fonts.conf \
- 11-lcd-filter-default.conf \
+ 11-lcdfilter-default.conf \
20-unhint-small-vera.conf \
30-lucida-aliases.conf \
30-metric-aliases.conf \