I am trying to create a new port. Everything seems fine, except the port creates the wrong WRKSRC dir.
I can create it only with
PORTNAME= my_portXY. It creates work/my_port, instead of work/my_portXY. Any hint what I am overlooked?.I can create it only with
WRKSRC= ${WRKDIR}/my_portXY. If I am right, It should create automatically work/my_portXY. ${WRKDIR}/${PORTNAME} do it also wrong.