From 87e5deddef7d0897fa565eb117263cc9ec4df4c0 Mon Sep 17 00:00:00 2001 From: gjb Date: Thu, 21 Mar 2013 01:59:22 +0000 Subject: 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) --- emulators/virtualbox-ose-kmod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit