svn commit: r332657 - head/graphics/plasma-kmod

Rene Ladan rene at FreeBSD.org
Mon Nov 4 00:14:09 UTC 2013


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>


More information about the svn-ports-all mailing list