Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 10:09:38 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 61020fb9c5da - main - emulators/open-vm-kmod: fix comment, sort category
Message-ID:  <202412131009.4BDA9cR8075009@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=61020fb9c5da18b644d1ca5ed67bcd9c499b0b30

commit 61020fb9c5da18b644d1ca5ed67bcd9c499b0b30
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-12-13 10:03:52 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-12-13 10:09:26 +0000

    emulators/open-vm-kmod: fix comment, sort category
---
 emulators/Makefile              | 2 +-
 emulators/open-vm-kmod/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/emulators/Makefile b/emulators/Makefile
index 1c1f9d5b485b..6e7629939545 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -100,8 +100,8 @@
     SUBDIR += o2em
     SUBDIR += ods2reader
     SUBDIR += open-simh
-    SUBDIR += open-vm-tools
     SUBDIR += open-vm-kmod
+    SUBDIR += open-vm-tools
     SUBDIR += openmsx
     SUBDIR += p5-Acme-6502
     SUBDIR += parallels-tools
diff --git a/emulators/open-vm-kmod/Makefile b/emulators/open-vm-kmod/Makefile
index 64a367bd1c98..751955b440c3 100644
--- a/emulators/open-vm-kmod/Makefile
+++ b/emulators/open-vm-kmod/Makefile
@@ -5,7 +5,7 @@ PORTEPOCH=	2
 CATEGORIES=	emulators
 
 MAINTAINER=	garga@FreeBSD.org
-COMMENT=	Open VMware tools for FreeBSD VMware guests ${${FLAVOR}_COMMENT}
+COMMENT=	Open VMware kernel modules for FreeBSD VMware guests
 WWW=		https://github.com/vmware/open-vm-tools
 
 LICENSE=	BSD2CLAUSE GPLv2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412131009.4BDA9cR8075009>