aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-03-22 01:30:35 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-03-22 01:30:35 +0000
commit185bd300ebd1e1c7e983acf075234811a1a3fcbf (patch)
treeb1321a800f544410ac7813f74104fe0706c56120 /x11/XFree86
parent9f40105f7e703ec6f7697f8adefc29cca137afbb (diff)
downloadports-185bd300ebd1e1c7e983acf075234811a1a3fcbf.tar.gz
ports-185bd300ebd1e1c7e983acf075234811a1a3fcbf.zip
Notes
Diffstat (limited to 'x11/XFree86')
-rw-r--r--x11/XFree86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile
index 012783863c39..e1bb146bb003 100644
--- a/x11/XFree86/Makefile
+++ b/x11/XFree86/Makefile
@@ -90,7 +90,7 @@ IS_INTERACTIVE= yes # configure script asks questions
pre-configure:
@${MKDIR} ${SCRIPTDIR}
.if defined(BUILD_XDIST)
- @${CP} ${MASTERDIR}/scripts/configure.build_xdist ${SCRIPTDIR}
+ @${CP} ${MASTERDIR}/scripts/configure.build_xdist ${SCRIPTDIR}/configure
.else
@${CP} ${MASTERDIR}/scripts/configure ${SCRIPTDIR}
.endif