mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
2effd5a3db
The source uses uname -m to build a subdirectory, but we used uname -p to describe it. A fix was already attempted, but only incidentally correct on ppc. Use the right variable to fix the build on arm64, too. Approved by: portmgr (build fix blanket)