Sourcefile named differently than portname.

Scot Hetzel swhetzel at gmail.com
Mon Dec 18 12:41:00 PST 2006


On 12/18/06, Beech Rintoul <freebsd at alaskaparadise.com> wrote:
> I'm working on a port upgrade where the sourcefile has a different name from
> the port. For example the port is called myport-6.2 but the distfile is
> called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in
> distinfo. It fetches correctly but when it tries to cd to the workfile it
> uses the port name instead of the DISTNAME and fails. How do I override this?
>
Set WRKSRC to the location of the extracted files:

WRKSRC=${WRKDIR}/myportsrc

Scot
-- 
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.


More information about the freebsd-ports mailing list