From owner-svn-ports-all@FreeBSD.ORG Thu Mar 21 01:59:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 96AB6D4C; Thu, 21 Mar 2013 01:59:23 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 898968F; Thu, 21 Mar 2013 01:59:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2L1xNPQ073573; Thu, 21 Mar 2013 01:59:23 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2L1xNXh073572; Thu, 21 Mar 2013 01:59:23 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201303210159.r2L1xNXh073572@svn.freebsd.org> From: Glen Barber Date: Thu, 21 Mar 2013 01:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314795 - head/emulators/virtualbox-ose-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 01:59:23 -0000 Author: gjb Date: Thu Mar 21 01:59:22 2013 New Revision: 314795 URL: http://svnweb.freebsd.org/changeset/ports/314795 Log: 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) Modified: head/emulators/virtualbox-ose-kmod/Makefile Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Thu Mar 21 01:24:26 2013 (r314794) +++ head/emulators/virtualbox-ose-kmod/Makefile Thu Mar 21 01:59:22 2013 (r314795) @@ -45,7 +45,7 @@ VIMAGE_DESC= VIMAGE virtual networking s 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