diff options
author | asami <asami@FreeBSD.org> | 1996-12-03 04:07:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-03 04:07:49 +0000 |
commit | e4584abf1b35ba3815cf1f919f2a7543cd0a631e (patch) | |
tree | 5f8a8d738c20e24e4c53eaae0920326e05fd378f /x11/XFree86-4 | |
parent | eec7f3c3e488f85dc7b239334a3f0f42a23f2071 (diff) | |
download | FreeBSD-ports-e4584abf1b35ba3815cf1f919f2a7543cd0a631e.zip FreeBSD-ports-e4584abf1b35ba3815cf1f919f2a7543cd0a631e.tar.gz |
${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.
Hinted by: obrien
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r-- | x11/XFree86-4/scripts/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure index 76a31a3..ad29be1 100644 --- a/x11/XFree86-4/scripts/configure +++ b/x11/XFree86-4/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 |