summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/fontconfig/Makefile.bsd-wrapper5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/fontconfig/Makefile.bsd-wrapper b/lib/fontconfig/Makefile.bsd-wrapper
index b888e3797..2682cc845 100644
--- a/lib/fontconfig/Makefile.bsd-wrapper
+++ b/lib/fontconfig/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2006/12/31 16:12:52 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2007/05/31 15:53:10 matthieu Exp $
SHARED_LIBS= fontconfig 5.1
@@ -8,4 +8,7 @@ CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
--with-default-fonts=${X11BASE}/lib/X11/fonts \
--with-add-fonts=/usr/local/lib/X11/fonts
+realinstall:
+ exec ${MAKE} RUN_FC_CACHE_TEST=false install-strip
+
.include <bsd.xorg.mk>