aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2023-05-18 21:40:16 +0000
committerColin Percival <cperciva@FreeBSD.org>2023-05-18 21:40:16 +0000
commitb49c45cf3b380e8e16b372fd4cd7d0c3eb596ae5 (patch)
tree26aa3c4a82dffe4c959f501e9fa2706b8b0a31dd
parent6a58ef80a134804463b7f9de82503bdb681b46c1 (diff)
downloadports-b49c45cf3b380e8e16b372fd4cd7d0c3eb596ae5.tar.gz
ports-b49c45cf3b380e8e16b372fd4cd7d0c3eb596ae5.zip
emulators/virtualbox-ose: Fix whitespace
Tab, not spaces.
-rw-r--r--emulators/virtualbox-ose/Makefile2
1 files changed, 1 insertions, 1 deletions
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}"]|' \