Make sure the include directory exists before trying to copy files into

it.

PR:	50392
Submitted by:	edwin
This commit is contained in:
Joe Marcus Clarke 2003-03-28 18:34:20 +00:00
parent 741c8aed7a
commit e40a6ec71d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77638
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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