aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-03-21 21:15:57 +0800
committergjb <gjb@FreeBSD.org>2013-03-21 21:15:57 +0800
commit8c31c8fe59ad7805395be2fe355322777953da82 (patch)
treef9ab71b97df25f6acb11977e3098fac3092f83ab /emulators
parenta7295fa54f3cbb86324445d9e0c91f78451faf9d (diff)
downloadfreebsd-ports-gnome-8c31c8fe59ad7805395be2fe355322777953da82.tar.gz
freebsd-ports-gnome-8c31c8fe59ad7805395be2fe355322777953da82.tar.zst
freebsd-ports-gnome-8c31c8fe59ad7805395be2fe355322777953da82.zip
Set KMODDIR to /boot/modules, since it is always defined to
/boot/kernel otherwise. PR: ports/175684, ports/176288 (related to) Prodded by: Nikolai Lifanov <lifanov@mail.lifanov.com> Approved by: vbox (maintainer timeout, nearly 2 months)
Diffstat (limited to 'emulators')
-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 10a28632770a..c94bf6b97f15 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -70,7 +70,7 @@ WEBSERVICE_DESC= Build Webservice
.include <bsd.port.options.mk>
-KMODDIR?= /boot/modules
+KMODDIR= /boot/modules
PLIST_SUB+= PYTHON_VER=${PYTHON_VER} \
PYTHON_VERU=${PYTHON_VER:S/./_/} \