aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-16 10:35:10 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-16 10:35:10 +0000
commitc98748e6dad6e12f7198583f2a9981e2e5bc1335 (patch)
treee2a7a09f5c1c9fa20171d5daa3eca600d30a0e5d /x11-servers
parentecd130a1bd3ee6f160f311cb4352047637969c9b (diff)
downloadports-c98748e6dad6e12f7198583f2a9981e2e5bc1335.tar.gz
ports-c98748e6dad6e12f7198583f2a9981e2e5bc1335.zip
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.
Notes
Notes: svn path=/head/; revision=4513
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/XFree86-4-Server-snap/scripts/configure4
-rw-r--r--x11-servers/XFree86-4-Server/scripts/configure4
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 82b59c164e8f..76a31a32c37b 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 82b59c164e8f..76a31a32c37b 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