diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-25 04:02:55 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-25 04:02:55 +0000 |
commit | 54dcb34544ba5d58916edd1420c08ef33aca9287 (patch) | |
tree | cb9958a8207f148c077715b038916d49c7f3b88f /x11 | |
parent | Use MASTER_SITE_SOURCEFORGE now that I've changed it in bsd.sites.mk. (diff) |
Use /etc/mtree/BSD.x11-4.dist, not /etc/mtree/BSD.x11dist!
Notes
Notes:
svn path=/head/; revision=36323
Diffstat (limited to 'x11')
-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 |