Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 1999 22:00:15 -0700
From:      Michael Haro <mharo@area51.fremont.ca.us>
To:        FreeBSD Ports Team <ports@freebsd.org>
Subject:   MASTERDIR= ${.CURDIR}/..... ?????
Message-ID:  <19990715220015.A1641@area51.fremont.ca.us>

next in thread | raw e-mail | index | archive | help
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




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