From 1e3e1e8dea54d41c18e24241db13fa123d626631 Mon Sep 17 00:00:00 2001
From: Muhammad Herdiansyah <herdiansyah@netc.eu>
Date: Tue, 9 Jul 2019 15:16:03 +0700
Subject: [PATCH] fontconfig: put /var and /etc in the right folder (no prefix)

---
 xorg/fontconfig/build   | 4 +++-
 xorg/fontconfig/version | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/xorg/fontconfig/build b/xorg/fontconfig/build
index 6daf22f8..9c17308a 100755
--- a/xorg/fontconfig/build
+++ b/xorg/fontconfig/build
@@ -1,7 +1,9 @@
 #!/bin/sh -e
 
 ./configure \
-    --prefix=/usr
+    --prefix=/usr \
+    --localstatedir=/var \
+    --sysconfdir=/etc
 
 make
 make DESTDIR="$1" install
diff --git a/xorg/fontconfig/version b/xorg/fontconfig/version
index 931329fe..3a64759e 100644
--- a/xorg/fontconfig/version
+++ b/xorg/fontconfig/version
@@ -1 +1 @@
-2.13.91 1
+2.13.91 2