diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-28 18:34:20 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-28 18:34:20 +0000 |
commit | 352babee2b8b766177e9e7e216b4ee65c1d253fa (patch) | |
tree | 6bf1402a181b8d2a936310d84a951832e9a5c812 /x11-fonts/Xft | |
parent | 9078a69f26e83bb780d720cdea0b69bbe39873f8 (diff) | |
download | FreeBSD-ports-352babee2b8b766177e9e7e216b4ee65c1d253fa.zip FreeBSD-ports-352babee2b8b766177e9e7e216b4ee65c1d253fa.tar.gz |
Make sure the include directory exists before trying to copy files into
it.
PR: 50392
Submitted by: edwin
Diffstat (limited to 'x11-fonts/Xft')
-rw-r--r-- | x11-fonts/Xft/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fonts/Xft/Makefile b/x11-fonts/Xft/Makefile index 6d8c227..48c87b1 100644 --- a/x11-fonts/Xft/Makefile +++ b/x11-fonts/Xft/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 |