diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-04 16:01:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-04 16:01:33 +0800 |
commit | d77bafc377e1c30942d226c0bdf0206efcb12806 (patch) | |
tree | dddab1eee55691e13f4099c39d85140a44576976 /x11-fonts | |
parent | fd355c3f7dfb3f7cc6cbf83407b9fb465e7f4a62 (diff) | |
download | freebsd-ports-gnome-d77bafc377e1c30942d226c0bdf0206efcb12806.tar.gz freebsd-ports-gnome-d77bafc377e1c30942d226c0bdf0206efcb12806.tar.zst freebsd-ports-gnome-d77bafc377e1c30942d226c0bdf0206efcb12806.zip |
Remove the now-redundant MTREE file selection code. This is handled in
bsd.port.mk.
Requested by: lesi
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' \ |