aboutsummaryrefslogtreecommitdiff
path: root/graphics/plasma-kmod
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-04 00:14:08 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-04 00:14:08 +0000
commit9aef5c6de586d5849963564e2ea1ceeaa78b685d (patch)
tree8522f30050f0f126b5e15c5b83a58542c878583c /graphics/plasma-kmod
parentbcc94221acba9f8a2dfc049f629039927b01534a (diff)
downloadports-9aef5c6de586d5849963564e2ea1ceeaa78b685d.tar.gz
ports-9aef5c6de586d5849963564e2ea1ceeaa78b685d.zip
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
Notes
Notes: svn path=/head/; revision=332657
Diffstat (limited to 'graphics/plasma-kmod')
-rw-r--r--graphics/plasma-kmod/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile
index 00ae6457ac73..a6fadaa0f45a 100644
--- a/graphics/plasma-kmod/Makefile
+++ b/graphics/plasma-kmod/Makefile
@@ -17,6 +17,7 @@ PLIST_FILES= ${KMODDIR}/plasma_saver.ko
USES= kmod uidfix
+KMODDIR= /boot/modules
MAKE_ARGS= KMODDIR=${KMODDIR}
.include <bsd.port.mk>