aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-22 09:30:35 +0800
committerjhb <jhb@FreeBSD.org>2001-03-22 09:30:35 +0800
commit2f91fff3c7d465aec8204a2f39a8d6694a981775 (patch)
tree27a37a12f361d28fd54d9507b49d6c2f6ffa7d3a /x11/XFree86
parent517d8a2c6a84995772b34b5a1db1c429456fcff6 (diff)
downloadfreebsd-ports-gnome-2f91fff3c7d465aec8204a2f39a8d6694a981775.tar.gz
freebsd-ports-gnome-2f91fff3c7d465aec8204a2f39a8d6694a981775.tar.zst
freebsd-ports-gnome-2f91fff3c7d465aec8204a2f39a8d6694a981775.zip
Actually name the configure script 'configure' in the BUILD_XDIST case so
that it will actually get executed.
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