summaryrefslogtreecommitdiffstats
path: root/x11/XFree86
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-16 10:35:10 +0000
committerasami <asami@FreeBSD.org>1996-11-16 10:35:10 +0000
commit4abf33e4ce2494e1e477752fafca7efbb37d2bd7 (patch)
tree137a618577bcb99f8240f5c8261502e213e8b116 /x11/XFree86
parent1c037661e0295f5b2c01efc37f05cdc74ff679b1 (diff)
downloadFreeBSD-ports-4abf33e4ce2494e1e477752fafca7efbb37d2bd7.zip
FreeBSD-ports-4abf33e4ce2494e1e477752fafca7efbb37d2bd7.tar.gz
Finish what the previous revision intended to do, i.e., copy Wraphelp.c
from DISTDIR if found there, instead of looking for it in DISTDIR and copying it from X11FIXES (which is no longer defined). I guess it's impossible to test all cases for a port this size.
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 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