diff options
author | lesi <lesi@FreeBSD.org> | 2005-03-06 08:17:48 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-03-06 08:17:48 +0800 |
commit | 77a20254637cfc875847b4b0221fe6bf5d6fc35b (patch) | |
tree | ff3870e4c4ce0bee07501eb7141fe7adf01d7e61 /x11/xf86ext/Makefile | |
parent | 9b6c4fb0ea373a256de42f7a640e6953dec17346 (diff) | |
download | freebsd-ports-gnome-77a20254637cfc875847b4b0221fe6bf5d6fc35b.tar.gz freebsd-ports-gnome-77a20254637cfc875847b4b0221fe6bf5d6fc35b.tar.zst freebsd-ports-gnome-77a20254637cfc875847b4b0221fe6bf5d6fc35b.zip |
Remove hardcoding of MTREE_FILE. This is handled in bsd.port.mk since
rev. 1.503 for ${PREFIX} == ${XPREFIX} cases.
Diffstat (limited to 'x11/xf86ext/Makefile')
-rw-r--r-- | x11/xf86ext/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |