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

Rene Ladan rene at FreeBSD.org
Fri Nov 8 09:46:42 UTC 2013


Author: rene
Date: Fri Nov  8 09:46:41 2013
New Revision: 333189
URL: http://svnweb.freebsd.org/changeset/ports/333189

Log:
  No need to explicitly force the default value of KMODDIR since r333188

Modified:
  head/graphics/plasma-kmod/Makefile

Modified: head/graphics/plasma-kmod/Makefile
==============================================================================
--- head/graphics/plasma-kmod/Makefile	Fri Nov  8 09:44:24 2013	(r333188)
+++ head/graphics/plasma-kmod/Makefile	Fri Nov  8 09:46:41 2013	(r333189)
@@ -17,7 +17,6 @@ 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