aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-10-13 21:56:41 +0000
committerCy Schubert <cy@FreeBSD.org>2023-10-13 21:56:41 +0000
commitdf04f6accbc6cd5a1e86c4ea6249b1c02308ad8e (patch)
treed45e08e1ab0ac650863cd9a236fb184eac3e18ce
parentfdfe419fc49b5434a67e3acf15cfdad9e9c0d121 (diff)
downloadports-df04f6accbc6cd5a1e86c4ea6249b1c02308ad8e.tar.gz
ports-df04f6accbc6cd5a1e86c4ea6249b1c02308ad8e.zip
sysutils/cfengine*-lts: Make these ports LTS ports for real
PKGNAMESUFFIX was missing from the original commit. PR: 274453 Fixes: 4222609aebc4 MFH: 2023Q4
-rw-r--r--sysutils/cfengine-lts/Makefile1
-rw-r--r--sysutils/cfengine-masterfiles-lts/Makefile1
2 files changed, 2 insertions, 0 deletions
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,6 +1,7 @@
VERSIONS= 320 321 322
# Upgrade to LTS versions only: https://cfengine.com/supported-versions/
CFENGINE_VERSION?= 321
+PKGNAMESUFFIX= -lts
MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION}
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,6 +1,7 @@
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}