diff options
-rw-r--r-- | x11/XFree86-4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 0b20ee28c311..bf17ffe50db8 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -39,7 +39,7 @@ PREFIX= ${X11BASE} .else IS_INTERACTIVE= yes # configure script asks questions .endif -MTREE_FILE= /etc/mtree/BSD.x11.dist +MTREE_FILE= /etc/mtree/BSD.x11-4.dist .if (${MACHINE} == "pc98") SCRIPTS_ENV+= MACHINE=pc98 PLIST= ${PKGDIR}/pkg-plist.pc98 |