diff options
author | rene <rene@FreeBSD.org> | 2013-11-04 08:14:08 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-11-04 08:14:08 +0800 |
commit | 5aeca72418277d9918f99acd2976d225ddeb89da (patch) | |
tree | 8522f30050f0f126b5e15c5b83a58542c878583c | |
parent | ac43089bc0947563805aef488255703631798071 (diff) | |
download | freebsd-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/Makefile | 1 |
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> |