diff options
Diffstat (limited to 'x11-fonts/linux-fontconfig/Makefile')
-rw-r--r-- | x11-fonts/linux-fontconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/linux-fontconfig/Makefile b/x11-fonts/linux-fontconfig/Makefile index 58f7b194b65e..e8e5eb54bf25 100644 --- a/x11-fonts/linux-fontconfig/Makefile +++ b/x11-fonts/linux-fontconfig/Makefile @@ -7,7 +7,7 @@ PORTNAME= fontconfig PORTVERSION= 2.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fonts linux DISTNAME= ${PORTNAME}-${PORTVERSION}-13 @@ -28,6 +28,6 @@ post-extract: ${RM} ${WRKSRC}/etc/fonts/fonts.conf post-install: - ${LN} -s ${X11BASE}/etc/fonts/fonts.conf ${PREFIX}/etc/fonts/fonts.conf + ${INSTALL_DATA} ${FILESDIR}/fonts.conf ${PREFIX}/etc/fonts/fonts.conf .include <bsd.port.mk> |