Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2023 21:41:15 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b49c45cf3b38 - main - emulators/virtualbox-ose: Fix whitespace
Message-ID:  <202305182141.34ILfFP1074901@gitrepo.freebsd.org>

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

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

commit b49c45cf3b380e8e16b372fd4cd7d0c3eb596ae5
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-05-18 21:40:16 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-05-18 21:40:16 +0000

    emulators/virtualbox-ose: Fix whitespace
    
    Tab, not spaces.
---
 emulators/virtualbox-ose/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index fd0219c7b2e7..f6e73b081d09 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -329,7 +329,7 @@ post-patch:
 	    -e 's|%%VBOX_ETC%%|${VBOX_ETC}|g' \
 	    -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 	    ${WRKSRC}/src/VBox/Installer/freebsd/VBox.sh
-        @${REINPLACE_CMD} -e 's|%%VBOX_ETC%%|${VBOX_ETC}|g' \
+	@${REINPLACE_CMD} -e 's|%%VBOX_ETC%%|${VBOX_ETC}|g' \
 	    ${WRKSRC}/src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp
 	@${REINPLACE_CMD} \
 	    -e 's|^versions =.*|versions = ["${PYTHON_VER}${PYTHON_ABIVER}"]|' \



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