svn commit: r314842 - head/emulators/virtualbox-ose
Glen Barber
gjb at FreeBSD.org
Thu Mar 21 13:15:58 UTC 2013
Author: gjb
Date: Thu Mar 21 13:15:57 2013
New Revision: 314842
URL: http://svnweb.freebsd.org/changeset/ports/314842
Log:
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 at mail.lifanov.com>
Approved by: vbox (maintainer timeout, nearly 2 months)
Modified:
head/emulators/virtualbox-ose/Makefile
Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile Thu Mar 21 13:03:07 2013 (r314841)
+++ head/emulators/virtualbox-ose/Makefile Thu Mar 21 13:15:57 2013 (r314842)
@@ -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/./_/} \
More information about the svn-ports-all
mailing list