aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-03-21 09:59:22 +0800
committergjb <gjb@FreeBSD.org>2013-03-21 09:59:22 +0800
commit87e5deddef7d0897fa565eb117263cc9ec4df4c0 (patch)
tree3b30773ca3103ec7e9c146d95b647fe2a4218e28
parent45c335c6560594862d53fd6085dd8637cd06bf01 (diff)
downloadfreebsd-ports-gnome-87e5deddef7d0897fa565eb117263cc9ec4df4c0.tar.gz
freebsd-ports-gnome-87e5deddef7d0897fa565eb117263cc9ec4df4c0.tar.zst
freebsd-ports-gnome-87e5deddef7d0897fa565eb117263cc9ec4df4c0.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)
-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