comparison Makefile @ 825:89bccf22e5b7 default tip

Use the proper canonical casing for ABI=
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 16 Mar 2025 12:14:54 +0100
parents 791bedbd10fb
children
comparison
equal deleted inserted replaced
824:df066eb4c712 825:89bccf22e5b7
32 # 32 #
33 # We want noarch **and** noabi because we do not have compiled 33 # We want noarch **and** noabi because we do not have compiled
34 # binaries and are independent of the major OS version. 34 # binaries and are independent of the major OS version.
35 # 35 #
36 #NO_ARCH= yes 36 #NO_ARCH= yes
37 PKG_ENV+= ABI="freebsd:*:*" 37 PKG_ENV+= ABI="FreeBSD:*:*"
38 38
39 WRKSRC= ${WRKDIR}/local-bsdtools 39 WRKSRC= ${WRKDIR}/local-bsdtools
40 40
41 OPTIONS_DEFINE= DOCS 41 OPTIONS_DEFINE= DOCS
42 OPTIONS_SUB= yes 42 OPTIONS_SUB= yes