aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-11-04 08:14:08 +0800
committerrene <rene@FreeBSD.org>2013-11-04 08:14:08 +0800
commit5aeca72418277d9918f99acd2976d225ddeb89da (patch)
tree8522f30050f0f126b5e15c5b83a58542c878583c
parentac43089bc0947563805aef488255703631798071 (diff)
downloadfreebsd-ports-gnome-5aeca72418277d9918f99acd2976d225ddeb89da.tar.gz
freebsd-ports-gnome-5aeca72418277d9918f99acd2976d225ddeb89da.tar.zst
freebsd-ports-gnome-5aeca72418277d9918f99acd2976d225ddeb89da.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
-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>