From owner-freebsd-ports Thu Jul 15 22: 1:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (dialup30.v90pool1.infolane.net [207.88.42.230]) by hub.freebsd.org (Postfix) with ESMTP id 4AA7514F6A for ; Thu, 15 Jul 1999 22:01:06 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.3/8.9.2) id WAA01675 for ports@freebsd.org; Thu, 15 Jul 1999 22:00:15 -0700 (PDT) (envelope-from mharo) Date: Thu, 15 Jul 1999 22:00:15 -0700 From: Michael Haro To: FreeBSD Ports Team Subject: MASTERDIR= ${.CURDIR}/..... ????? Message-ID: <19990715220015.A1641@area51.fremont.ca.us> Mail-Followup-To: FreeBSD Ports Team Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there any reason that ports to use MASTERDIR= ${.CURDIR}/../../section/port instead of MASTERDIR= ${PORTSDIR}/section/port ? Or would it be better to do... ? .if exists(${.CURDIR}/../../section/port) MASTERDIR= ${.CURDIR}/../../section/port .else MASTERDIR= ${PORTSDIR}/section/port .endif Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message