summaryrefslogtreecommitdiff
path: root/x11/XFree86
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-03 04:07:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-03 04:07:49 +0000
commit45152138251953ac7c27e0ea68d255a8aba47e56 (patch)
tree2505baef072170c51dc576918112b886b003f8db /x11/XFree86
parent{CP} -> ${CP}. (diff)
${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.
Hinted by: obrien
Notes
Notes: svn path=/head/; revision=4751
Diffstat (limited to 'x11/XFree86')
-rw-r--r--x11/XFree86/scripts/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure
index 76a31a32c37b..ad29be1691bc 100644
--- a/x11/XFree86/scripts/configure
+++ b/x11/XFree86/scripts/configure
@@ -164,9 +164,9 @@ if [ $answ = YES ]; then
if [ -f $WH ] ; then
echo "==> $WH found in source distribution."
- elif [ -f $DISTDIR/Wraphelp.c ] ; then
+ elif [ -f $DISTDIR/xc/Wraphelp.c ] ; then
echo "==> Wraphelp.c found in DISTDIR directory, copying to source tree."
- cpwh=$DISTDIR/Wraphelp.c
+ cpwh=$DISTDIR/xc/Wraphelp.c
elif [ -f $FILESDIR/Wraphelp.c ] ; then
echo "==> Wraphelp.c found in files directory, copying to source tree."
cpwh=$FILESDIR/Wraphelp.c