From c98748e6dad6e12f7198583f2a9981e2e5bc1335 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 16 Nov 1996 10:35:10 +0000 Subject: 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. --- x11/XFree86/scripts/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/XFree86') diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure index 82b59c164e8f..76a31a32c37b 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 -- cgit v1.2.3