summaryrefslogtreecommitdiff
path: root/src/VBox/Installer/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Installer/freebsd')
-rw-r--r--src/VBox/Installer/freebsd/Makefile.kmk11
-rw-r--r--src/VBox/Installer/freebsd/pkg_plist3
-rwxr-xr-xsrc/VBox/Installer/freebsd/postdeinstall.sh2
-rwxr-xr-xsrc/VBox/Installer/freebsd/postinstall.sh2
4 files changed, 3 insertions, 15 deletions
diff --git a/src/VBox/Installer/freebsd/Makefile.kmk b/src/VBox/Installer/freebsd/Makefile.kmk
index 159a04cc..4455fec3 100644
--- a/src/VBox/Installer/freebsd/Makefile.kmk
+++ b/src/VBox/Installer/freebsd/Makefile.kmk
@@ -4,7 +4,7 @@
#
#
-# Copyright (C) 2006-2012 Oracle Corporation
+# Copyright (C) 2006-2013 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
@@ -202,15 +202,6 @@ ifdef VBOX_WITH_HEADLESS
VBoxHeadless
endif
-# BFE
-ifdef VBOX_WITH_VBOXBFE
- VBOX_FBSD_STRIP_BIN += \
- VBoxBFE \
- $(if $(VBOX_WITH_HARDENING),VBoxBFE.so)
- VBOX_FBSD_SYMLINKS += \
- VBoxBFE
-endif
-
# Webservices
ifdef VBOX_WITH_WEBSERVICES
VBOX_FBSD_STRIP_BIN += \
diff --git a/src/VBox/Installer/freebsd/pkg_plist b/src/VBox/Installer/freebsd/pkg_plist
index d84c1a31..1db2493a 100644
--- a/src/VBox/Installer/freebsd/pkg_plist
+++ b/src/VBox/Installer/freebsd/pkg_plist
@@ -1,8 +1,6 @@
@owner root
@group wheel
@mode 755
-lib/virtualbox/VBoxBFE
-lib/virtualbox/VBoxBFE.so
lib/virtualbox/VBoxDbg.so
lib/virtualbox/VBoxDD.so
lib/virtualbox/VBoxDD2.so
@@ -50,7 +48,6 @@ lib/virtualbox/components/VBoxXPCOMBase.xpt
lib/virtualbox/components/VirtualBox_XPCOM.xpt
@mode 755
bin/VirtualBox
-bin/VBoxBFE
bin/VBoxManage
bin/VBoxSVC
bin/VBoxHeadless
diff --git a/src/VBox/Installer/freebsd/postdeinstall.sh b/src/VBox/Installer/freebsd/postdeinstall.sh
index 394d5d4a..69ef1903 100755
--- a/src/VBox/Installer/freebsd/postdeinstall.sh
+++ b/src/VBox/Installer/freebsd/postdeinstall.sh
@@ -5,7 +5,7 @@
#
#
-# Copyright (C) 2007-2010 Oracle Corporation
+# Copyright (C) 2007-2012 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
diff --git a/src/VBox/Installer/freebsd/postinstall.sh b/src/VBox/Installer/freebsd/postinstall.sh
index 7bb905b7..0a509014 100755
--- a/src/VBox/Installer/freebsd/postinstall.sh
+++ b/src/VBox/Installer/freebsd/postinstall.sh
@@ -5,7 +5,7 @@
#
#
-# Copyright (C) 2007-2010 Oracle Corporation
+# Copyright (C) 2007-2012 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;