Date: Sun, 9 Apr 2000 11:34:34 -0700 From: Jeremy Lea <reg@FreeBSD.ORG> To: Satoshi Asami <asami@FreeBSD.ORG> Cc: ports@FreeBSD.ORG Subject: Re: proposal: PRENAME variable Message-ID: <20000409113434.B32928@shale.csir.co.za> In-Reply-To: <200004090812.BAA04016@silvia.hip.berkeley.edu>; from asami@FreeBSD.ORG on Sun, Apr 09, 2000 at 01:12:18AM -0700 References: <200004090812.BAA04016@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Sun, Apr 09, 2000 at 01:12:18AM -0700, Satoshi Asami wrote: > +PKGNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} ${PKGNAMEPREFIX:S/$/-/:N-} ;-) How about just PKGPREFIX? and also a PKGSUFFIX which can be used for ports which have options (like the ispell ports, or the letter/a4 style ports)? +PKGNAME= ${PKGPREFIX:S/$/-/:N-}${PORTNAME}-${PKGSUFFIX:S/$/-/:N-}${PORTVERSION} Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ 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?20000409113434.B32928>