diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-11-05 18:50:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-11-05 18:50:39 +0800 |
commit | 9763c8e1d637f3a7a22506f1199189a2d639b9e0 (patch) | |
tree | 7579193964156d2b07b4e47b38023128f1615c9c | |
parent | ba1ffa9848518f6714529b90f0914a48630489cc (diff) | |
download | marcuscom-ports-9763c8e1d637f3a7a22506f1199189a2d639b9e0.tar marcuscom-ports-9763c8e1d637f3a7a22506f1199189a2d639b9e0.tar.gz marcuscom-ports-9763c8e1d637f3a7a22506f1199189a2d639b9e0.tar.bz2 marcuscom-ports-9763c8e1d637f3a7a22506f1199189a2d639b9e0.tar.lz marcuscom-ports-9763c8e1d637f3a7a22506f1199189a2d639b9e0.tar.xz marcuscom-ports-9763c8e1d637f3a7a22506f1199189a2d639b9e0.tar.zst marcuscom-ports-9763c8e1d637f3a7a22506f1199189a2d639b9e0.zip |
Sync with ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17143 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 6704eb0e4..6c17dd3b2 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD: head/x11-fonts/fontconfig/Makefile 300897 2012-07-14 14:29:18Z beat $ -# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.29 2011/04/30 20:43:31 mezz Exp $ +# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.31 2012/11/01 11:03:16 kwm Exp $ PORTNAME= fontconfig PORTVERSION= 2.10.1 @@ -60,9 +60,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> |