summaryrefslogtreecommitdiff
path: root/x11/fontconfig/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2020-05-30 19:29:36 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2020-05-30 19:29:36 +0200
commit455d708f1db1de03f9bc0906552238f255649ef2 (patch)
treef3408efa265fad183a25fc4227a9c264e7913840 /x11/fontconfig/Makefile
parent98969a905203af855a1f55e6e937be58ae44ce1f (diff)
fontconfig: Install config files and symlinks in ${SYSCONFDIR}
Diffstat (limited to 'x11/fontconfig/Makefile')
-rw-r--r--x11/fontconfig/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/fontconfig/Makefile b/x11/fontconfig/Makefile
index 0ec2158..93852d9 100644
--- a/x11/fontconfig/Makefile
+++ b/x11/fontconfig/Makefile
@@ -29,4 +29,10 @@ USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
+CONFIGURE_ARGS = --sysconfdir=${SYSCONFDIR}
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fontconfig
+ mv ${WRKINST}${SYSCONFDIR}/fonts ${PREFIX}/share/examples/fontconfig
+
.include <bsd.port.mk>