On 2020/04/06 15:28, [email protected] wrote:
> I'm trying to update math/abs, the lastest
> distfile is named abs-src-0908.tar.gz, on extraction
> gives dir abs-src-0.908 (0908->0.908 ) . I guess the WRKSRC
> by default is set to ${WRKDIR}/${DISTNAME}, as you can see
You don't need to guess, you can look in bsd.port.mk.
> this gives an error when applying patches, resetting
> WRKSRC = ${WRKDIR}/abs-src-0.908 doesn't work, the error
> persists. Can anyone explain why WRKSRC can't be set.
You probably want WRKDIST not WRKSRC.