Make sure the include directory exists before trying to copy files into
it. PR: 50392 Submitted by: edwin
This commit is contained in:
parent
741c8aed7a
commit
e40a6ec71d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77638
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user