aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-11-04 14:54:47 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-11-04 14:54:47 +0000
commit53c08a1b2faf615d6cf1cc724b7f9f1ac96f328e (patch)
treed876383b39881cb844c5ecd9f6daae85c5d273c5 /x11-fonts
parent32aeb5402018a6bf339390184123bb7130dfc55f (diff)
downloadports-53c08a1b2faf615d6cf1cc724b7f9f1ac96f328e.tar.gz
ports-53c08a1b2faf615d6cf1cc724b7f9f1ac96f328e.zip
Notes
Diffstat (limited to 'x11-fonts')
-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>