git: 7610ca4b2013 - main - sysutils/bhyvemgr: Fix categories
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 03:14:10 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=7610ca4b2013f595777e2315d74bb090a41ffccb commit 7610ca4b2013f595777e2315d74bb090a41ffccb Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-09-08 03:13:36 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-09-08 03:14:04 +0000 sysutils/bhyvemgr: Fix categories --- sysutils/bhyvemgr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index 07506c81d967..c77d6b460d1a 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,7 +1,7 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v PORTVERSION= 1.0.0 -CATEGORIES= editors +CATEGORIES= sysutils PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MAINTAINER= acm@FreeBSD.org