aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-kmod
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-03-21 01:59:22 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-03-21 01:59:22 +0000
commit10dc43b69449cdfebcea93045b38a52c07fb9cf2 (patch)
tree3b30773ca3103ec7e9c146d95b647fe2a4218e28 /emulators/virtualbox-ose-kmod
parentd600c214cc9b6ceecd24e2cb5522c04e71443246 (diff)
downloadports-10dc43b69449cdfebcea93045b38a52c07fb9cf2.tar.gz
ports-10dc43b69449cdfebcea93045b38a52c07fb9cf2.zip
Set KMODDIR to /boot/modules, since it is always defined to
/boot/kernel otherwise. PR: ports/175684, ports/176288 Approved by: vbox (maintainer timeout, nearly 2 months)
Notes
Notes: svn path=/head/; revision=314795
Diffstat (limited to 'emulators/virtualbox-ose-kmod')
-rw-r--r--emulators/virtualbox-ose-kmod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile
index d9dbad2bfa58..3ce1cab9fc4d 100644
--- a/emulators/virtualbox-ose-kmod/Makefile
+++ b/emulators/virtualbox-ose-kmod/Makefile
@@ -45,7 +45,7 @@ VIMAGE_DESC= VIMAGE virtual networking support
PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,}
-KMODDIR?= /boot/modules
+KMODDIR= /boot/modules
SRC_BASE?= /usr/src
VBOX_BIN= ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin/src