Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 01:59:23 +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: r314795 - head/emulators/virtualbox-ose-kmod
Message-ID:  <201303210159.r2L1xNXh073572@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303210159.r2L1xNXh073572>