forked from Lainports/freebsd-ports
PKGNAMESUFFIX was missing from the original commit.
PR: 274453
Fixes: 4222609aeb
MFH: 2023Q4
8 lines
229 B
Makefile
8 lines
229 B
Makefile
VERSIONS= 320 321 322
|
|
# Upgrade to LTS versions only: https://cfengine.com/supported-versions/
|
|
CFENGINE_VERSION?= 321
|
|
PKGNAMESUFFIX= -lts
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|