Date: Thu, 21 Mar 2013 13:15:57 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314842 - head/emulators/virtualbox-ose Message-ID: <201303211315.r2LDFvBc082753@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/./_/} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303211315.r2LDFvBc082753>