diff options
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/bitstream-vera/Makefile | 6 | ||||
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/x11-fonts/bitstream-vera/Makefile b/x11-fonts/bitstream-vera/Makefile index 350e81de4e48..98890ad29fe7 100644 --- a/x11-fonts/bitstream-vera/Makefile +++ b/x11-fonts/bitstream-vera/Makefile @@ -38,12 +38,6 @@ FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME} .include <bsd.port.pre.mk> -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -MTREE_FILE= /etc/mtree/BSD.x11.dist -.else -MTREE_FILE= /etc/mtree/BSD.x11-4.dist -.endif - .SILENT: post-patch: diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index abc180768836..fd345d06554e 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -169,12 +169,6 @@ PATCHFILES+= fontconfig-2.2.3-default_config-20041114.patch \ PATCH_DIST_STRIP+= -p1:CJK_charmaps .endif -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -MTREE_FILE= /etc/mtree/BSD.x11.dist -.else -MTREE_FILE= /etc/mtree/BSD.x11-4.dist -.endif - .if defined(NOPORTDOCS) post-patch: @${REINPLACE_CMD} -Ee 's,(install-data-am: )install-data-local,\1,g' \ |