summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-18 05:00:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-18 05:00:42 +0000
commit7256d4a5dfbbf926ea157aaecb40cec91ca818c5 (patch)
tree3d8bcf96ef3617c1c44d9581155b7b2d41ed81bc /x11-fonts
parentRemove the renaming of Xft headers and library from the Xft (Xft2) port. (diff)
Remove the Xft.h -> Xft2.h hack.
Notes
Notes: svn path=/head/; revision=75775
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/fontilus/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-fonts/fontilus/Makefile b/x11-fonts/fontilus/Makefile
index dc05ddf2d562..7e84eac089d6 100644
--- a/x11-fonts/fontilus/Makefile
+++ b/x11-fonts/fontilus/Makefile
@@ -24,8 +24,4 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-post-patch:
- @${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \
- ${WRKSRC}/src/font-view.c
-
.include <bsd.port.mk>