# HG changeset patch # User Franz Glasner # Date 1742123694 -3600 # Node ID 89bccf22e5b7c6cdd800ab0299756f6eb46aed45 # Parent df066eb4c71204c8c465a216ce7c8e496deb187f Use the proper canonical casing for ABI= diff -r df066eb4c712 -r 89bccf22e5b7 Makefile --- a/Makefile Sun Jan 19 16:07:52 2025 +0100 +++ b/Makefile Sun Mar 16 12:14:54 2025 +0100 @@ -34,7 +34,7 @@ # binaries and are independent of the major OS version. # #NO_ARCH= yes -PKG_ENV+= ABI="freebsd:*:*" +PKG_ENV+= ABI="FreeBSD:*:*" WRKSRC= ${WRKDIR}/local-bsdtools