From 352babee2b8b766177e9e7e216b4ee65c1d253fa Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 28 Mar 2003 18:34:20 +0000 Subject: Make sure the include directory exists before trying to copy files into it. PR: 50392 Submitted by: edwin --- x11-fonts/libXft/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11-fonts/libXft') diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 6d8c227..48c87b1 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -40,6 +40,9 @@ BROKEN= Xft2 requires XFree86 4.x to build. pre-patch: @${REINPLACE_CMD} -e 's|[(]LIBDIR[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in +pre-install: + -${MKDIR} ${PREFIX}/include/X11/Xft + post-install: @${INSTALL_DATA} ${WRKSRC}/Xft.man ${PREFIX}/man/man3/Xft.3 -- cgit v1.1