diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-03 04:07:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-03 04:07:49 +0000 |
commit | 45152138251953ac7c27e0ea68d255a8aba47e56 (patch) | |
tree | 2505baef072170c51dc576918112b886b003f8db /x11/XFree86 | |
parent | 70f194a8b5ed04200d5260a74c19379437f48e2e (diff) | |
download | ports-45152138251953ac7c27e0ea68d255a8aba47e56.tar.gz ports-45152138251953ac7c27e0ea68d255a8aba47e56.zip |
Notes
Diffstat (limited to 'x11/XFree86')
-rw-r--r-- | x11/XFree86/scripts/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure index 76a31a32c37b..ad29be1691bc 100644 --- a/x11/XFree86/scripts/configure +++ b/x11/XFree86/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 |