On 12/18/06, Beech Rintoul <[EMAIL PROTECTED]> 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.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to