git: cff67523273c - main - sysutils/cfengine-masterfiles320: fix PKGNAME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Jul 2022 07:05:58 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cff67523273c4b069f96b0c7fb590de1c479807f
commit cff67523273c4b069f96b0c7fb590de1c479807f
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-07-04 07:05:47 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-07-04 07:05:47 +0000
sysutils/cfengine-masterfiles320: fix PKGNAME
---
sysutils/cfengine-masterfiles320/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/cfengine-masterfiles320/Makefile b/sysutils/cfengine-masterfiles320/Makefile
index 4d302c8a108e..5e31e48b2a4e 100644
--- a/sysutils/cfengine-masterfiles320/Makefile
+++ b/sysutils/cfengine-masterfiles320/Makefile
@@ -15,7 +15,7 @@ CPE_PRODUCT= cfengine
CONFLICTS= cfengine-masterfiles3[0-9] cfengine-masterfiles31[0-79]
.if !defined(MASTERDIR)
-PKGNAMESUFFIX= 319
+PKGNAMESUFFIX= 320
CONFLICTS+= cfengine-masterfiles-3.*
.endif