mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
PKGNAMESUFFIX was missing from the original commit.
PR: 274453
Fixes: 4222609aeb
MFH: 2023Q4
10 lines
265 B
Makefile
10 lines
265 B
Makefile
VERSIONS= 320 321 322
|
|
# Upgrade to LTS versions only: https://cfengine.com/supported-versions/
|
|
CFENGINE_VERSION?= 321
|
|
PKGNAMESUFFIX= -lts
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION}
|
|
|
|
CPE_PRODUCT= cfengine
|
|
|
|
.include "${MASTERDIR}/Makefile"
|