On 2024/03/26 13:21, Gleydson Soares wrote: > it enables plan9port on arm64 and brings it to latest GH_ commit. while > here noticed portcheck spots out some bits, so tidied up Makefile > > tested / works for me on either amd64 or arm64 > > OK? >
> do-install: > - rm -f ${WRKSRC}/.travis.yml > - cd ${WRKSRC} && sed -i 's#/usr/local#${TRUEPREFIX}#' \ > + cd ${WRKSRC} && sed -i 's#${PREFIX}#${TRUEPREFIX}#' \ That one is supposed to be a hardcoded /usr/local (it's replacing the path with TRUEPREFIX in the unlikely situation that the port is built with an alternative PREFIX). Otherwise OK.