From fc1d601a66d9beb5415eb598db38e9ed874f24c7 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 17 Dec 2006 21:45:51 +0000 Subject: [PATCH] fix mandir definition --- lib/fontconfig/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fontconfig/Makefile.bsd-wrapper b/lib/fontconfig/Makefile.bsd-wrapper index 8ea484230..5d46e0360 100644 --- a/lib/fontconfig/Makefile.bsd-wrapper +++ b/lib/fontconfig/Makefile.bsd-wrapper @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2006/12/12 21:31:29 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2006/12/17 21:45:51 matthieu Exp $ SHARED_LIBS= fontconfig 5.0 CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \ - --mandir=${X11BASE}/share/man \ + --mandir=${X11BASE}/man \ --with-cache-dir=/var/cache/fontconfig \ --with-default-fonts=${X11BASE}/lib/X11/fonts \ --with-add-fonts=/usr/local/lib/X11/fonts \