Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 1999 23:43:10 -0700 (PDT)
From:      asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
To:        mharo@FreeBSD.org
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/mail/mew-common Makefile
Message-ID:  <199907160643.XAA45107@silvia.hip.berkeley.edu>
In-Reply-To: <199907152224.PAA32431@freefall.freebsd.org> (message from Michael Haro on Thu, 15 Jul 1999 15:24:44 -0700 (PDT))
References:   <199907152224.PAA32431@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
 *   ${.CURDIR}/../../mail/ -> ${PORTSDIR}/mail/

This looks wrong in certain ways.  One, this Makefile is included from
other Makefiles, and ${PORTSDIR} is not defined at this point, causing
all the exists() tests to fail.  Two, if you set WRKDIRPREFIX, this
will fail when ${PORTSDIR} is a symlink.

I believe the correct fix is to revert this change and add
${WRKDIRPREFIX} as specified in this PR.

 *   PR:		12638

It seems to work here that way, so I'm going to commit it.

-PW


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907160643.XAA45107>