summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/fontconfig/conf.d/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/fontconfig/conf.d/Makefile b/lib/fontconfig/conf.d/Makefile
index 26503e0d6..71ebd3b1f 100644
--- a/lib/fontconfig/conf.d/Makefile
+++ b/lib/fontconfig/conf.d/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2013/03/16 11:17:57 matthieu Exp $
+# $OpenBSD: Makefile,v 1.3 2013/03/16 11:26:42 matthieu Exp $
FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig
CONFIGDIR = /etc/fonts/conf.d
@@ -41,7 +41,7 @@ AVAIL_FILES = \
11-lcdfilter-light.conf \
20-unhint-small-vera.conf \
25-unhint-nonlatin.conf \
- 30-lucida-aliases \
+ 30-lucida-aliases.conf \
30-urw-aliases.conf \
30-metric-aliases.conf \
31-nonmst.conf \
@@ -77,5 +77,6 @@ install:
NOOBJ=
+
.include <bsd.own.mk>
.include <bsd.xorg.mk>