diff --git a/sysutils/cfengine-lts/Makefile b/sysutils/cfengine-lts/Makefile index 1de3dacd1d92..0d60e68cc33e 100644 --- a/sysutils/cfengine-lts/Makefile +++ b/sysutils/cfengine-lts/Makefile @@ -1,7 +1,8 @@ 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" diff --git a/sysutils/cfengine-masterfiles-lts/Makefile b/sysutils/cfengine-masterfiles-lts/Makefile index fdf1c09e7c12..c1c0f8b69878 100644 --- a/sysutils/cfengine-masterfiles-lts/Makefile +++ b/sysutils/cfengine-masterfiles-lts/Makefile @@ -1,9 +1,10 @@ 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"