Date: Fri, 2 Jun 2023 12:46:10 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2b4fcd4f706f - main - emulators/virtualbox-ose: added replace %%VBOX_ETC%% in files/pkg-message.in Message-ID: <202306021246.352CkAIc012306@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b4fcd4f706f6e276bd9ed48a58228317e6588e8 commit 2b4fcd4f706f6e276bd9ed48a58228317e6588e8 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2023-06-02 12:43:59 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2023-06-02 12:43:59 +0000 emulators/virtualbox-ose: added replace %%VBOX_ETC%% in files/pkg-message.in Approved by: arrowd (mentor) --- emulators/virtualbox-ose/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 0e8237057799..1ce1be90124c 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -108,6 +108,7 @@ PLIST_SUB= GUEST_VER=${PORTVERSION} \ PYTHON_VERU=${PYTHON_VER:S/./_/}${PYTHON_ABIVER} \ VBOXGROUP=${VBOXGROUP} SUB_LIST= VBOXDIR=${VBOX_DIR} \ + VBOX_ETC=${VBOX_ETC} \ VBOXGROUP=${VBOXGROUP} \ VBOXUSER=${VBOXUSER} \ VBOXWSUSER=${VBOXWSUSER}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306021246.352CkAIc012306>