summaryrefslogtreecommitdiffstats
path: root/x11-servers
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-03 04:07:49 +0000
committerasami <asami@FreeBSD.org>1996-12-03 04:07:49 +0000
commite4584abf1b35ba3815cf1f919f2a7543cd0a631e (patch)
tree5f8a8d738c20e24e4c53eaae0920326e05fd378f /x11-servers
parenteec7f3c3e488f85dc7b239334a3f0f42a23f2071 (diff)
downloadFreeBSD-ports-e4584abf1b35ba3815cf1f919f2a7543cd0a631e.zip
FreeBSD-ports-e4584abf1b35ba3815cf1f919f2a7543cd0a631e.tar.gz
${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.
Hinted by: obrien
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 76a31a3..ad29be1 100644
--- a/x11-servers/XFree86-4-Server-snap/scripts/configure
+++ b/x11-servers/XFree86-4-Server-snap/scripts/configure
@@ -164,9 +164,9 @@ if [ $answ = YES ]; then
if [ -f $WH ] ; then
echo "==> $WH found in source distribution."
- elif [ -f $DISTDIR/Wraphelp.c ] ; then
+ elif [ -f $DISTDIR/xc/Wraphelp.c ] ; then
echo "==> Wraphelp.c found in DISTDIR directory, copying to source tree."
- cpwh=$DISTDIR/Wraphelp.c
+ cpwh=$DISTDIR/xc/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 76a31a3..ad29be1 100644
--- a/x11-servers/XFree86-4-Server/scripts/configure
+++ b/x11-servers/XFree86-4-Server/scripts/configure
@@ -164,9 +164,9 @@ if [ $answ = YES ]; then
if [ -f $WH ] ; then
echo "==> $WH found in source distribution."
- elif [ -f $DISTDIR/Wraphelp.c ] ; then
+ elif [ -f $DISTDIR/xc/Wraphelp.c ] ; then
echo "==> Wraphelp.c found in DISTDIR directory, copying to source tree."
- cpwh=$DISTDIR/Wraphelp.c
+ cpwh=$DISTDIR/xc/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