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