summaryrefslogtreecommitdiffstats
path: root/x11/XFree86/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86/scripts/configure')
-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 82b59c1..76a31a3 100644
--- a/x11/XFree86/scripts/configure
+++ b/x11/XFree86/scripts/configure
@@ -147,7 +147,7 @@ cat <<'END'
cryptography.
If you have aquired a copy of "Wraphelp.c" and it currently resides in
- the same location as the XFree86 upgrade patches or in the ports "files"
+ the same location as the XFree86 source or in the ports "files"
subdirectory, it will be copied into the right place in the X11 source
distribution and support for this feature will be enabled if you answer
YES to the following question.
@@ -166,7 +166,7 @@ if [ $answ = YES ]; then
echo "==> $WH found in source distribution."
elif [ -f $DISTDIR/Wraphelp.c ] ; then
echo "==> Wraphelp.c found in DISTDIR directory, copying to source tree."
- cpwh=$X11FIXES/Wraphelp.c
+ cpwh=$DISTDIR/Wraphelp.c
elif [ -f $FILESDIR/Wraphelp.c ] ; then
echo "==> Wraphelp.c found in files directory, copying to source tree."
cpwh=$FILESDIR/Wraphelp.c
OpenPOWER on IntegriCloud