Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 00:14:08 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332657 - head/graphics/plasma-kmod
Message-ID:  <201311040014.rA40E8kR008969@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Nov  4 00:14:08 2013
New Revision: 332657
URL: http://svnweb.freebsd.org/changeset/ports/332657

Log:
  Explicitly set KMODDIR to /boot/modules to avoid picking up /boot/kernel
  as KMODDIR from /usr/share/mk/bsd.own.mk included by the distribution
  Makefile.
  
  Submitted by:	QAT

Modified:
  head/graphics/plasma-kmod/Makefile

Modified: head/graphics/plasma-kmod/Makefile
==============================================================================
--- head/graphics/plasma-kmod/Makefile	Mon Nov  4 00:08:07 2013	(r332656)
+++ head/graphics/plasma-kmod/Makefile	Mon Nov  4 00:14:08 2013	(r332657)
@@ -17,6 +17,7 @@ PLIST_FILES=	${KMODDIR}/plasma_saver.ko
 
 USES=		kmod uidfix
 
+KMODDIR=	/boot/modules
 MAKE_ARGS=	KMODDIR=${KMODDIR}
 
 .include <bsd.port.mk>



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