aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-03-06 00:17:48 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-03-06 00:17:48 +0000
commit62e90b299c14303c31d31e39e6ac6f5742862910 (patch)
tree43208ec5ca2563e0d3eeef3203a5b555ab67a2be
parent54ca7378f8f7769e4afe80616c8e404443e7022f (diff)
downloadports-62e90b299c14303c31d31e39e6ac6f5742862910.tar.gz
ports-62e90b299c14303c31d31e39e6ac6f5742862910.zip
Notes
-rw-r--r--x11-fonts/libXfont/Makefile1
-rw-r--r--x11-toolkits/libXaw/Makefile1
-rw-r--r--x11-toolkits/libXmu/Makefile1
-rw-r--r--x11-toolkits/libXt/Makefile1
-rw-r--r--x11/compositeext/Makefile1
-rw-r--r--x11/damageext/Makefile1
-rw-r--r--x11/fixesext/Makefile1
-rw-r--r--x11/libICE/Makefile1
-rw-r--r--x11/libSM/Makefile1
-rw-r--r--x11/libX11/Makefile1
-rw-r--r--x11/libXau/Makefile1
-rw-r--r--x11/libXcomposite/Makefile1
-rw-r--r--x11/libXcursor/Makefile1
-rw-r--r--x11/libXdamage/Makefile1
-rw-r--r--x11/libXdmcp/Makefile1
-rw-r--r--x11/libXext/Makefile1
-rw-r--r--x11/libXfixes/Makefile1
-rw-r--r--x11/libXfont/Makefile1
-rw-r--r--x11/libXi/Makefile1
-rw-r--r--x11/libXinerama/Makefile1
-rw-r--r--x11/libXp/Makefile1
-rw-r--r--x11/libXpm/Makefile1
-rw-r--r--x11/libXrandr/Makefile1
-rw-r--r--x11/libXrender/Makefile1
-rw-r--r--x11/libXres/Makefile1
-rw-r--r--x11/libXtrans/Makefile1
-rw-r--r--x11/libXv/Makefile1
-rw-r--r--x11/libXxf86/Makefile1
-rw-r--r--x11/libxkbfile/Makefile1
-rw-r--r--x11/panoramixext/Makefile1
-rw-r--r--x11/printext/Makefile1
-rw-r--r--x11/randrext/Makefile1
-rw-r--r--x11/renderext/Makefile1
-rw-r--r--x11/xextensions/Makefile1
-rw-r--r--x11/xf86ext/Makefile1
-rw-r--r--x11/xproto/Makefile1
36 files changed, 0 insertions, 36 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile
index 6897d3f255f1..c469f839c602 100644
--- a/x11-fonts/libXfont/Makefile
+++ b/x11-fonts/libXfont/Makefile
@@ -21,7 +21,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile
index ad2e08c6466a..8ff895d46df4 100644
--- a/x11-toolkits/libXaw/Makefile
+++ b/x11-toolkits/libXaw/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile
index b763e28f33dd..5d4770bb755a 100644
--- a/x11-toolkits/libXmu/Makefile
+++ b/x11-toolkits/libXmu/Makefile
@@ -22,7 +22,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile
index dc4525259a25..8fcdf76c9362 100644
--- a/x11-toolkits/libXt/Makefile
+++ b/x11-toolkits/libXt/Makefile
@@ -23,7 +23,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/x11/compositeext/Makefile b/x11/compositeext/Makefile
index 998008e124f9..326b32b1af80 100644
--- a/x11/compositeext/Makefile
+++ b/x11/compositeext/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS}
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/damageext/Makefile b/x11/damageext/Makefile
index b019e0f28827..702b4cc237e6 100644
--- a/x11/damageext/Makefile
+++ b/x11/damageext/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS}
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile
index 4ebb8af3a5c3..bed51efc8ba6 100644
--- a/x11/fixesext/Makefile
+++ b/x11/fixesext/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS}
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile
index ee983b5f97da..37c8671d24cb 100644
--- a/x11/libICE/Makefile
+++ b/x11/libICE/Makefile
@@ -23,7 +23,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile
index 863764cc8a4a..f092977a6c65 100644
--- a/x11/libSM/Makefile
+++ b/x11/libSM/Makefile
@@ -22,7 +22,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 24043d6e7005..e1bf1841430a 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -25,7 +25,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile
index a4ad595247c6..7960cd3bfcfa 100644
--- a/x11/libXau/Makefile
+++ b/x11/libXau/Makefile
@@ -20,7 +20,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile
index fcf379716969..3ee1261ccdef 100644
--- a/x11/libXcomposite/Makefile
+++ b/x11/libXcomposite/Makefile
@@ -22,7 +22,6 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS}
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile
index d67e10e27563..59e0b37fd97b 100644
--- a/x11/libXcursor/Makefile
+++ b/x11/libXcursor/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile
index a84c8994d624..1aa2c98d9fce 100644
--- a/x11/libXdamage/Makefile
+++ b/x11/libXdamage/Makefile
@@ -22,7 +22,6 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS}
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile
index 0a6fb34a2c31..613cac4b4866 100644
--- a/x11/libXdmcp/Makefile
+++ b/x11/libXdmcp/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile
index 2efa260e816a..ca4a84836707 100644
--- a/x11/libXext/Makefile
+++ b/x11/libXext/Makefile
@@ -22,7 +22,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile
index 8c79455b49de..834e5f96ef2b 100644
--- a/x11/libXfixes/Makefile
+++ b/x11/libXfixes/Makefile
@@ -22,7 +22,6 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS}
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile
index 6897d3f255f1..c469f839c602 100644
--- a/x11/libXfont/Makefile
+++ b/x11/libXfont/Makefile
@@ -21,7 +21,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile
index b8ea0ff14120..643c11ec21ab 100644
--- a/x11/libXi/Makefile
+++ b/x11/libXi/Makefile
@@ -24,7 +24,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile
index c765b3af747c..b3a1d500e2f7 100644
--- a/x11/libXinerama/Makefile
+++ b/x11/libXinerama/Makefile
@@ -22,7 +22,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile
index 1d0c7cd87cbb..a8a57807f0ed 100644
--- a/x11/libXp/Makefile
+++ b/x11/libXp/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_IMAKE= YES
USE_X_PREFIX= no
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
DIST_SUBDIR= xorg
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/xc/lib/Xp
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile
index d1ec22be8c83..258d25dcd4a4 100644
--- a/x11/libXpm/Makefile
+++ b/x11/libXpm/Makefile
@@ -23,7 +23,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile
index 6e1ad3ccb1ac..0b50160596e0 100644
--- a/x11/libXrandr/Makefile
+++ b/x11/libXrandr/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile
index 016fe1548e50..3e7e282ad082 100644
--- a/x11/libXrender/Makefile
+++ b/x11/libXrender/Makefile
@@ -25,7 +25,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile
index c693de616d18..469d86022389 100644
--- a/x11/libXres/Makefile
+++ b/x11/libXres/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/x11/libXtrans/Makefile b/x11/libXtrans/Makefile
index 21571660577c..aaf12abdf215 100644
--- a/x11/libXtrans/Makefile
+++ b/x11/libXtrans/Makefile
@@ -16,7 +16,6 @@ COMMENT= Network API translation layer for X applications and libraries
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile
index d7b33361f500..8faacf984e29 100644
--- a/x11/libXv/Makefile
+++ b/x11/libXv/Makefile
@@ -21,7 +21,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/libXxf86/Makefile b/x11/libXxf86/Makefile
index ba6b9d433f72..4f3df1af74e2 100644
--- a/x11/libXxf86/Makefile
+++ b/x11/libXxf86/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_IMAKE= YES
USE_X_PREFIX= no
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
DIST_SUBDIR= xorg
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/xc/lib
diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile
index b944ea7dc81c..d21706f88e06 100644
--- a/x11/libxkbfile/Makefile
+++ b/x11/libxkbfile/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_IMAKE= yes
USE_X_PREFIX= no
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
DIST_SUBDIR= xorg
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/xc/lib/xkbfile
diff --git a/x11/panoramixext/Makefile b/x11/panoramixext/Makefile
index 5a121de28334..dd18038b3917 100644
--- a/x11/panoramixext/Makefile
+++ b/x11/panoramixext/Makefile
@@ -17,7 +17,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/printext/Makefile b/x11/printext/Makefile
index 5406bd961f3e..a445056b7be6 100644
--- a/x11/printext/Makefile
+++ b/x11/printext/Makefile
@@ -19,7 +19,6 @@ COMMENT= Header files for the X Print Extension
CONFLICTS= XFree86-libraries-* xorg-libraries-*
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
DIST_SUBDIR= xorg
WRKSRC= ${WRKDIR}/xc/include/extensions
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/include/extensions
diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile
index b7ca99096fad..0100ed2092d3 100644
--- a/x11/randrext/Makefile
+++ b/x11/randrext/Makefile
@@ -17,7 +17,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/renderext/Makefile b/x11/renderext/Makefile
index ead1a352eabc..ca4b5a2b099b 100644
--- a/x11/renderext/Makefile
+++ b/x11/renderext/Makefile
@@ -18,7 +18,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/xextensions/Makefile b/x11/xextensions/Makefile
index 88166ae6e566..3907fdea0c03 100644
--- a/x11/xextensions/Makefile
+++ b/x11/xextensions/Makefile
@@ -20,7 +20,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
diff --git a/x11/xf86ext/Makefile b/x11/xf86ext/Makefile
index 4f1240a27765..0aeb7c4cfdf8 100644
--- a/x11/xf86ext/Makefile
+++ b/x11/xf86ext/Makefile
@@ -21,7 +21,6 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextens
CONFLICTS= XFree86-libraries-* xorg-libraries-*
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
DIST_SUBDIR= xorg
WRKSRC= ${WRKDIR}/xc/include/extensions
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/include/extensions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile
index 830af89f5f24..9616df522aed 100644
--- a/x11/xproto/Makefile
+++ b/x11/xproto/Makefile
@@ -17,7 +17,6 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes