aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/fontconfig
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2012-11-04 22:54:47 +0800
committergerald <gerald@FreeBSD.org>2012-11-04 22:54:47 +0800
commit2c2af2870bd1d872b86e14e09ffadadc73522d13 (patch)
treed876383b39881cb844c5ecd9f6daae85c5d273c5 /x11-fonts/fontconfig
parentf936937823b821ae063d04a9dd207890196132cc (diff)
downloadfreebsd-ports-gnome-2c2af2870bd1d872b86e14e09ffadadc73522d13.tar.gz
freebsd-ports-gnome-2c2af2870bd1d872b86e14e09ffadadc73522d13.tar.zst
freebsd-ports-gnome-2c2af2870bd1d872b86e14e09ffadadc73522d13.zip
Fix installing this port as a user (e.g., INSTALL_AS_USER=1) by
ignoring the error code after a call to ${LDCONFIG}. Approved by: maintainer timeout (3 months) Feature safe: yes
Diffstat (limited to 'x11-fonts/fontconfig')
-rw-r--r--x11-fonts/fontconfig/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile
index caa2c8255958..5df1a13a162a 100644
--- a/x11-fonts/fontconfig/Makefile
+++ b/x11-fonts/fontconfig/Makefile
@@ -61,9 +61,8 @@ post-install:
s|%%LOCALBASE%%|${LOCALBASE}|' < ${FILESDIR}/pkg-install.in \
> ${PKGINSTALL}
.if !defined(PACKAGE_BUILDING)
- @${LDCONFIG} -m ${PREFIX}/lib
+ -@${LDCONFIG} -m ${PREFIX}/lib
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
.endif
.include <bsd.port.post.mk>