diff options
author | asami <asami@FreeBSD.org> | 1996-11-16 10:35:10 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-16 10:35:10 +0000 |
commit | 4abf33e4ce2494e1e477752fafca7efbb37d2bd7 (patch) | |
tree | 137a618577bcb99f8240f5c8261502e213e8b116 /x11-servers | |
parent | 1c037661e0295f5b2c01efc37f05cdc74ff679b1 (diff) | |
download | FreeBSD-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-servers')
-rw-r--r-- | x11-servers/XFree86-4-Server-snap/scripts/configure | 4 | ||||
-rw-r--r-- | x11-servers/XFree86-4-Server/scripts/configure | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/scripts/configure b/x11-servers/XFree86-4-Server-snap/scripts/configure index 82b59c1..76a31a3 100644 --- a/x11-servers/XFree86-4-Server-snap/scripts/configure +++ b/x11-servers/XFree86-4-Server-snap/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 diff --git a/x11-servers/XFree86-4-Server/scripts/configure b/x11-servers/XFree86-4-Server/scripts/configure index 82b59c1..76a31a3 100644 --- a/x11-servers/XFree86-4-Server/scripts/configure +++ b/x11-servers/XFree86-4-Server/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 |