From owner-cvs-all Thu Jul 15 23:44:52 1999 Delivered-To: cvs-all@freebsd.org Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by hub.freebsd.org (Postfix) with ESMTP id 2B32014CE7; Thu, 15 Jul 1999 23:44:42 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id BAA29487; Fri, 16 Jul 1999 01:43:26 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix2.ix.netcom.com via smap (V1.3) id rma029485; Fri Jul 16 01:43:16 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id XAA45107; Thu, 15 Jul 1999 23:43:10 -0700 (PDT) Date: Thu, 15 Jul 1999 23:43:10 -0700 (PDT) Message-Id: <199907160643.XAA45107@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: mharo@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199907152224.PAA32431@freefall.freebsd.org> (message from Michael Haro on Thu, 15 Jul 1999 15:24:44 -0700 (PDT)) Subject: Re: cvs commit: ports/mail/mew-common Makefile From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199907152224.PAA32431@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * ${.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