diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-16 11:26:43 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-16 11:26:43 +0000 |
commit | 0cd8bc8e25f4fa4328bdad6944ea778d78699d57 (patch) | |
tree | aec217aa0a21f607f30493d92eeb4ae4c554b22b | |
parent | f13fe0add9a5da5a3f1d9fa83412ae8fb50bd8b2 (diff) |
Hmmph. typo in previous
-rw-r--r-- | lib/fontconfig/conf.d/Makefile | 5 |
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> |